all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* ngnus broken in emacs23
@ 2011-07-01  5:28 Thierry Volpiatto
  2011-07-01 13:05 ` Ted Zlatanov
  0 siblings, 1 reply; 16+ messages in thread
From: Thierry Volpiatto @ 2011-07-01  5:28 UTC (permalink / raw)
  To: emacs-devel

Hi,
ngnus don't work in emacs23 due to missing eieio functions.
(maybe because i use registry)
Please update ../ngnus/lisp/gnus-fallback-lib/eieio
-- 
A+ Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997 




^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: ngnus broken in emacs23
  2011-07-01  5:28 ngnus broken in emacs23 Thierry Volpiatto
@ 2011-07-01 13:05 ` Ted Zlatanov
  2011-07-01 13:31   ` Thierry Volpiatto
  0 siblings, 1 reply; 16+ messages in thread
From: Ted Zlatanov @ 2011-07-01 13:05 UTC (permalink / raw)
  To: emacs-devel

On Fri, 01 Jul 2011 07:28:09 +0200 Thierry Volpiatto <thierry.volpiatto@gmail.com> wrote: 

TV> ngnus don't work in emacs23 due to missing eieio functions.
TV> (maybe because i use registry)
TV> Please update ../ngnus/lisp/gnus-fallback-lib/eieio

I don't understand, what's broken?  And is this a Gnus or Emacs issue?

Ted




^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: ngnus broken in emacs23
  2011-07-01 13:05 ` Ted Zlatanov
@ 2011-07-01 13:31   ` Thierry Volpiatto
  2011-07-01 17:16     ` Ted Zlatanov
  0 siblings, 1 reply; 16+ messages in thread
From: Thierry Volpiatto @ 2011-07-01 13:31 UTC (permalink / raw)
  To: emacs-devel

Ted Zlatanov <tzz@lifelogs.com> writes:

> On Fri, 01 Jul 2011 07:28:09 +0200 Thierry Volpiatto <thierry.volpiatto@gmail.com> wrote: 
>
> TV> ngnus don't work in emacs23 due to missing eieio functions.
> TV> (maybe because i use registry)
> TV> Please update ../ngnus/lisp/gnus-fallback-lib/eieio
>
> I don't understand, what's broken?
Ngnus.
some eieio functions used in ngnus are not present in emacs-23 and make
Ngnus unusable in Emacs-23.
I saw you provide a eieio directory in ../ngnus/lisp/gnus-fallback-lib/,
but it is outdated.

> And is this a Gnus or Emacs issue?
Ngnus

-- 
A+ Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997 




^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: ngnus broken in emacs23
  2011-07-01 13:31   ` Thierry Volpiatto
@ 2011-07-01 17:16     ` Ted Zlatanov
  2011-07-01 18:35       ` Lars Magne Ingebrigtsen
  2011-07-01 18:41       ` Thierry Volpiatto
  0 siblings, 2 replies; 16+ messages in thread
From: Ted Zlatanov @ 2011-07-01 17:16 UTC (permalink / raw)
  To: emacs-devel

On Fri, 01 Jul 2011 15:31:52 +0200 Thierry Volpiatto <thierry.volpiatto@gmail.com> wrote: 

TV> Ted Zlatanov <tzz@lifelogs.com> writes:
>> On Fri, 01 Jul 2011 07:28:09 +0200 Thierry Volpiatto <thierry.volpiatto@gmail.com> wrote: 
>> 
TV> ngnus don't work in emacs23 due to missing eieio functions.
TV> (maybe because i use registry)
TV> Please update ../ngnus/lisp/gnus-fallback-lib/eieio
>> 
>> I don't understand, what's broken?
TV> Ngnus.
TV> some eieio functions used in ngnus are not present in emacs-23 and make
TV> Ngnus unusable in Emacs-23.
TV> I saw you provide a eieio directory in ../ngnus/lisp/gnus-fallback-lib/,
TV> but it is outdated.

>> And is this a Gnus or Emacs issue?
TV> Ngnus

Sorry, I honestly don't know what to fix and what ngnus is.

Ted




^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: ngnus broken in emacs23
  2011-07-01 17:16     ` Ted Zlatanov
@ 2011-07-01 18:35       ` Lars Magne Ingebrigtsen
  2011-07-01 19:12         ` Thierry Volpiatto
  2011-07-01 18:41       ` Thierry Volpiatto
  1 sibling, 1 reply; 16+ messages in thread
From: Lars Magne Ingebrigtsen @ 2011-07-01 18:35 UTC (permalink / raw)
  To: emacs-devel

Ted Zlatanov <tzz@lifelogs.com> writes:

> Sorry, I honestly don't know what to fix and what ngnus is.

"No Gnus".

And I think that copying over the eieio files from Emacs again to that
directory would probably fix things.  Although I haven't looked at it at
all, and am just guessing.  :-)

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/




^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: ngnus broken in emacs23
  2011-07-01 17:16     ` Ted Zlatanov
  2011-07-01 18:35       ` Lars Magne Ingebrigtsen
@ 2011-07-01 18:41       ` Thierry Volpiatto
  2011-07-01 19:34         ` Ted Zlatanov
  1 sibling, 1 reply; 16+ messages in thread
From: Thierry Volpiatto @ 2011-07-01 18:41 UTC (permalink / raw)
  To: emacs-devel

Ted Zlatanov <tzz@lifelogs.com> writes:

> Sorry, I honestly don't know what to fix and what ngnus is.

http://git.gnus.org/gnus.git

Some eieio functions (at least one) are missing.
Please update eieio library provided with _http://git.gnus.org/gnus.git_

-- 
A+ Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997 




^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: ngnus broken in emacs23
  2011-07-01 18:35       ` Lars Magne Ingebrigtsen
@ 2011-07-01 19:12         ` Thierry Volpiatto
  0 siblings, 0 replies; 16+ messages in thread
From: Thierry Volpiatto @ 2011-07-01 19:12 UTC (permalink / raw)
  To: emacs-devel

Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> Ted Zlatanov <tzz@lifelogs.com> writes:
>
>> Sorry, I honestly don't know what to fix and what ngnus is.
>
> "No Gnus".
>
> And I think that copying over the eieio files from Emacs again to that
> directory would probably fix things.  Although I haven't looked at it at
> all, and am just guessing.  :-)
You guess well ;-)

-- 
A+ Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997 




^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: ngnus broken in emacs23
  2011-07-01 18:41       ` Thierry Volpiatto
@ 2011-07-01 19:34         ` Ted Zlatanov
  2011-07-01 19:58           ` Thierry Volpiatto
  0 siblings, 1 reply; 16+ messages in thread
From: Ted Zlatanov @ 2011-07-01 19:34 UTC (permalink / raw)
  To: emacs-devel

On Fri, 01 Jul 2011 20:41:51 +0200 Thierry Volpiatto <thierry.volpiatto@gmail.com> wrote: 

TV> Ted Zlatanov <tzz@lifelogs.com> writes:
>> Sorry, I honestly don't know what to fix and what ngnus is.

TV> http://git.gnus.org/gnus.git

TV> Some eieio functions (at least one) are missing.
TV> Please update eieio library provided with _http://git.gnus.org/gnus.git_

OK, I understand.  I've updated the Gnus Git repository with the EIEIO
version in the Emacs trunk (only eieio.el was changed since the last
update).  Could you check and let me know?

Thanks
Ted




^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: ngnus broken in emacs23
  2011-07-01 19:34         ` Ted Zlatanov
@ 2011-07-01 19:58           ` Thierry Volpiatto
  2011-07-01 21:09             ` Ted Zlatanov
  0 siblings, 1 reply; 16+ messages in thread
From: Thierry Volpiatto @ 2011-07-01 19:58 UTC (permalink / raw)
  To: emacs-devel

Ted Zlatanov <tzz@lifelogs.com> writes:

> On Fri, 01 Jul 2011 20:41:51 +0200 Thierry Volpiatto <thierry.volpiatto@gmail.com> wrote: 
>
> TV> Ted Zlatanov <tzz@lifelogs.com> writes:
>>> Sorry, I honestly don't know what to fix and what ngnus is.
>
> TV> http://git.gnus.org/gnus.git
>
> TV> Some eieio functions (at least one) are missing.
> TV> Please update eieio library provided with _http://git.gnus.org/gnus.git_
>
> OK, I understand.  I've updated the Gnus Git repository with the EIEIO
> version in the Emacs trunk (only eieio.el was changed since the last
> update).  Could you check and let me know?
Now what is missing and make error is:

make-ert-test

-- 
A+ Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997 




^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: ngnus broken in emacs23
  2011-07-01 19:58           ` Thierry Volpiatto
@ 2011-07-01 21:09             ` Ted Zlatanov
  2011-07-01 21:20               ` Thierry Volpiatto
  0 siblings, 1 reply; 16+ messages in thread
From: Ted Zlatanov @ 2011-07-01 21:09 UTC (permalink / raw)
  To: emacs-devel

On Fri, 01 Jul 2011 21:58:30 +0200 Thierry Volpiatto <thierry.volpiatto@gmail.com> wrote: 

TV> Ted Zlatanov <tzz@lifelogs.com> writes:
>> On Fri, 01 Jul 2011 20:41:51 +0200 Thierry Volpiatto <thierry.volpiatto@gmail.com> wrote: 
>> 
TV> Ted Zlatanov <tzz@lifelogs.com> writes:
>>>> Sorry, I honestly don't know what to fix and what ngnus is.
>> 
TV> http://git.gnus.org/gnus.git
>> 
TV> Some eieio functions (at least one) are missing.
TV> Please update eieio library provided with _http://git.gnus.org/gnus.git_
>> 
>> OK, I understand.  I've updated the Gnus Git repository with the EIEIO
>> version in the Emacs trunk (only eieio.el was changed since the last
>> update).  Could you check and let me know?
TV> Now what is missing and make error is:

TV> make-ert-test

Do you mean "make check" in Gnus?  Or is this something else broken?

What error(s) are you getting?

Ted




^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: ngnus broken in emacs23
  2011-07-01 21:09             ` Ted Zlatanov
@ 2011-07-01 21:20               ` Thierry Volpiatto
  2011-07-01 21:41                 ` Thierry Volpiatto
  2011-07-02 12:39                 ` Lars Magne Ingebrigtsen
  0 siblings, 2 replies; 16+ messages in thread
From: Thierry Volpiatto @ 2011-07-01 21:20 UTC (permalink / raw)
  To: emacs-devel

Ted Zlatanov <tzz@lifelogs.com> writes:

> On Fri, 01 Jul 2011 21:58:30 +0200 Thierry Volpiatto <thierry.volpiatto@gmail.com> wrote: 
>
> TV> Ted Zlatanov <tzz@lifelogs.com> writes:
>>> On Fri, 01 Jul 2011 20:41:51 +0200 Thierry Volpiatto <thierry.volpiatto@gmail.com> wrote: 
>>> 
> TV> Ted Zlatanov <tzz@lifelogs.com> writes:
>>>>> Sorry, I honestly don't know what to fix and what ngnus is.
>>> 
> TV> http://git.gnus.org/gnus.git
>>> 
> TV> Some eieio functions (at least one) are missing.
> TV> Please update eieio library provided with _http://git.gnus.org/gnus.git_
>>> 
>>> OK, I understand.  I've updated the Gnus Git repository with the EIEIO
>>> version in the Emacs trunk (only eieio.el was changed since the last
>>> update).  Could you check and let me know?
> TV> Now what is missing and make error is:
>
> TV> make-ert-test
>
> Do you mean "make check" in Gnus?  Or is this something else broken?
No, i mean `make-ert-test'.
It is called when i start gnus.

--8<---------------cut here---------------start------------->8---
make-ert-test is a compiled Lisp function in `ert.el'.

This function has a compiler macro in `ert.el'.

(make-ert-test &key NAME DOCUMENTATION BODY MOST-RECENT-RESULT
EXPECTED-RESULT-TYPE TAGS)

Not documented.
--8<---------------cut here---------------end--------------->8---


> What error(s) are you getting?
Function is not provided in emacs23.

So you should provide as well an updated ert.el with "No Gnus".

-- 
A+ Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997 




^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: ngnus broken in emacs23
  2011-07-01 21:20               ` Thierry Volpiatto
@ 2011-07-01 21:41                 ` Thierry Volpiatto
  2011-07-01 22:24                   ` andres.ramirez
  2011-07-01 22:24                   ` andres.ramirez
  2011-07-02 12:39                 ` Lars Magne Ingebrigtsen
  1 sibling, 2 replies; 16+ messages in thread
From: Thierry Volpiatto @ 2011-07-01 21:41 UTC (permalink / raw)
  To: emacs-devel

Thierry Volpiatto <thierry.volpiatto@gmail.com> writes:

> Ted Zlatanov <tzz@lifelogs.com> writes:
>
>> On Fri, 01 Jul 2011 21:58:30 +0200 Thierry Volpiatto <thierry.volpiatto@gmail.com> wrote: 
>>
>> TV> Ted Zlatanov <tzz@lifelogs.com> writes:
>>>> On Fri, 01 Jul 2011 20:41:51 +0200 Thierry Volpiatto <thierry.volpiatto@gmail.com> wrote: 
>>>> 
>> TV> Ted Zlatanov <tzz@lifelogs.com> writes:
>>>>>> Sorry, I honestly don't know what to fix and what ngnus is.
>>>> 
>> TV> http://git.gnus.org/gnus.git
>>>> 
>> TV> Some eieio functions (at least one) are missing.
>> TV> Please update eieio library provided with _http://git.gnus.org/gnus.git_
>>>> 
>>>> OK, I understand.  I've updated the Gnus Git repository with the EIEIO
>>>> version in the Emacs trunk (only eieio.el was changed since the last
>>>> update).  Could you check and let me know?
>> TV> Now what is missing and make error is:
>>
>> TV> make-ert-test
>>
>> Do you mean "make check" in Gnus?  Or is this something else broken?
> No, i mean `make-ert-test'.
> It is called when i start gnus.
>
> make-ert-test is a compiled Lisp function in `ert.el'.
>
> This function has a compiler macro in `ert.el'.
>
> (make-ert-test &key NAME DOCUMENTATION BODY MOST-RECENT-RESULT
> EXPECTED-RESULT-TYPE TAGS)
>
> Not documented.
>
>
>> What error(s) are you getting?
> Function is not provided in emacs23.
>
> So you should provide as well an updated ert.el with "No Gnus".
I have recompiled Gnus on emacs23 and now it ask now for 
eieio-defmethod which doesn't exists, only eieio--defmethod is provided.

I think you have better time to fire up an emacs-23 and see by yourself
what's wrong.

-- 
A+ Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997 




^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: ngnus broken in emacs23
  2011-07-01 21:41                 ` Thierry Volpiatto
@ 2011-07-01 22:24                   ` andres.ramirez
  2011-07-01 22:24                   ` andres.ramirez
  1 sibling, 0 replies; 16+ messages in thread
From: andres.ramirez @ 2011-07-01 22:24 UTC (permalink / raw)
  To: Thierry Volpiatto; +Cc: emacs-devel

I am running nognus from git
emacs23 
eieio that comes with cedet from cvs

No problems.

I use nognus for reading just news with gwene.

Also the same configuration works in emacs 22 (on n800).

I remember having that problem when using the eieio that comes with
emacs.

;put this line at the beggining of my dot emacs file
(add-to-list 'load-path "~/.emacs.d/el-get/cedet/eieio")

Best Regards
At Fri, 01 Jul 2011 23:41:56 +0200,
Thierry Volpiatto wrote:
> 
> Thierry Volpiatto <thierry.volpiatto@gmail.com> writes:
> 
> > Ted Zlatanov <tzz@lifelogs.com> writes:
> >
> >> On Fri, 01 Jul 2011 21:58:30 +0200 Thierry Volpiatto <thierry.volpiatto@gmail.com> wrote: 
> >>
> >> TV> Ted Zlatanov <tzz@lifelogs.com> writes:
> >>>> On Fri, 01 Jul 2011 20:41:51 +0200 Thierry Volpiatto <thierry.volpiatto@gmail.com> wrote: 
> >>>> 
> >> TV> Ted Zlatanov <tzz@lifelogs.com> writes:
> >>>>>> Sorry, I honestly don't know what to fix and what ngnus is.
> >>>> 
> >> TV> http://git.gnus.org/gnus.git
> >>>> 
> >> TV> Some eieio functions (at least one) are missing.
> >> TV> Please update eieio library provided with _http://git.gnus.org/gnus.git_
> >>>> 
> >>>> OK, I understand.  I've updated the Gnus Git repository with the EIEIO
> >>>> version in the Emacs trunk (only eieio.el was changed since the last
> >>>> update).  Could you check and let me know?
> >> TV> Now what is missing and make error is:
> >>
> >> TV> make-ert-test
> >>
> >> Do you mean "make check" in Gnus?  Or is this something else broken?
> > No, i mean `make-ert-test'.
> > It is called when i start gnus.
> >
> > make-ert-test is a compiled Lisp function in `ert.el'.
> >
> > This function has a compiler macro in `ert.el'.
> >
> > (make-ert-test &key NAME DOCUMENTATION BODY MOST-RECENT-RESULT
> > EXPECTED-RESULT-TYPE TAGS)
> >
> > Not documented.
> >
> >
> >> What error(s) are you getting?
> > Function is not provided in emacs23.
> >
> > So you should provide as well an updated ert.el with "No Gnus".
> I have recompiled Gnus on emacs23 and now it ask now for 
> eieio-defmethod which doesn't exists, only eieio--defmethod is provided.
> 
> I think you have better time to fire up an emacs-23 and see by yourself
> what's wrong.
> 
> -- 
> A+ Thierry
> Get my Gnupg key:
> gpg --keyserver pgp.mit.edu --recv-keys 59F29997 
> 
> 
> 



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: ngnus broken in emacs23
  2011-07-01 21:41                 ` Thierry Volpiatto
  2011-07-01 22:24                   ` andres.ramirez
@ 2011-07-01 22:24                   ` andres.ramirez
  2011-07-02  4:49                     ` Thierry Volpiatto
  1 sibling, 1 reply; 16+ messages in thread
From: andres.ramirez @ 2011-07-01 22:24 UTC (permalink / raw)
  To: Thierry Volpiatto; +Cc: emacs-devel

I am running nognus from git
emacs23 
eieio that comes with cedet from cvs

No problems.

I use nognus for reading just news with gwene.

Also the same configuration works in emacs 22 (on n800).

I remember having that problem when using the eieio that comes with
emacs.

;put this line at the beggining of my dot emacs file
(add-to-list 'load-path "~/.emacs.d/el-get/cedet/eieio")

Best Regards
At Fri, 01 Jul 2011 23:41:56 +0200,
Thierry Volpiatto wrote:
> 
> Thierry Volpiatto <thierry.volpiatto@gmail.com> writes:
> 
> > Ted Zlatanov <tzz@lifelogs.com> writes:
> >
> >> On Fri, 01 Jul 2011 21:58:30 +0200 Thierry Volpiatto <thierry.volpiatto@gmail.com> wrote: 
> >>
> >> TV> Ted Zlatanov <tzz@lifelogs.com> writes:
> >>>> On Fri, 01 Jul 2011 20:41:51 +0200 Thierry Volpiatto <thierry.volpiatto@gmail.com> wrote: 
> >>>> 
> >> TV> Ted Zlatanov <tzz@lifelogs.com> writes:
> >>>>>> Sorry, I honestly don't know what to fix and what ngnus is.
> >>>> 
> >> TV> http://git.gnus.org/gnus.git
> >>>> 
> >> TV> Some eieio functions (at least one) are missing.
> >> TV> Please update eieio library provided with _http://git.gnus.org/gnus.git_
> >>>> 
> >>>> OK, I understand.  I've updated the Gnus Git repository with the EIEIO
> >>>> version in the Emacs trunk (only eieio.el was changed since the last
> >>>> update).  Could you check and let me know?
> >> TV> Now what is missing and make error is:
> >>
> >> TV> make-ert-test
> >>
> >> Do you mean "make check" in Gnus?  Or is this something else broken?
> > No, i mean `make-ert-test'.
> > It is called when i start gnus.
> >
> > make-ert-test is a compiled Lisp function in `ert.el'.
> >
> > This function has a compiler macro in `ert.el'.
> >
> > (make-ert-test &key NAME DOCUMENTATION BODY MOST-RECENT-RESULT
> > EXPECTED-RESULT-TYPE TAGS)
> >
> > Not documented.
> >
> >
> >> What error(s) are you getting?
> > Function is not provided in emacs23.
> >
> > So you should provide as well an updated ert.el with "No Gnus".
> I have recompiled Gnus on emacs23 and now it ask now for 
> eieio-defmethod which doesn't exists, only eieio--defmethod is provided.
> 
> I think you have better time to fire up an emacs-23 and see by yourself
> what's wrong.
> 
> -- 
> A+ Thierry
> Get my Gnupg key:
> gpg --keyserver pgp.mit.edu --recv-keys 59F29997 
> 
> 
> 



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: ngnus broken in emacs23
  2011-07-01 22:24                   ` andres.ramirez
@ 2011-07-02  4:49                     ` Thierry Volpiatto
  0 siblings, 0 replies; 16+ messages in thread
From: Thierry Volpiatto @ 2011-07-02  4:49 UTC (permalink / raw)
  To: emacs-devel

andres.ramirez <andres.ramirez@kipuamutay.com> writes:

> ;put this line at the beggining of my dot emacs file
> (add-to-list 'load-path "~/.emacs.d/el-get/cedet/eieio")
Of course, but it should work out of the box whithout the need of
external libraries.

Thanks.

-- 
A+ Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997 




^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: ngnus broken in emacs23
  2011-07-01 21:20               ` Thierry Volpiatto
  2011-07-01 21:41                 ` Thierry Volpiatto
@ 2011-07-02 12:39                 ` Lars Magne Ingebrigtsen
  1 sibling, 0 replies; 16+ messages in thread
From: Lars Magne Ingebrigtsen @ 2011-07-02 12:39 UTC (permalink / raw)
  To: emacs-devel

Thierry Volpiatto <thierry.volpiatto@gmail.com> writes:

> No, i mean `make-ert-test'.
> It is called when i start gnus.
> make-ert-test is a compiled Lisp function in `ert.el'.

Tests are called when you start Gnus?  That doesn't seem quite right.
Could you

(setq debug-on-error t)

and mail me the resulting backtrace?

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/




^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2011-07-02 12:39 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-01  5:28 ngnus broken in emacs23 Thierry Volpiatto
2011-07-01 13:05 ` Ted Zlatanov
2011-07-01 13:31   ` Thierry Volpiatto
2011-07-01 17:16     ` Ted Zlatanov
2011-07-01 18:35       ` Lars Magne Ingebrigtsen
2011-07-01 19:12         ` Thierry Volpiatto
2011-07-01 18:41       ` Thierry Volpiatto
2011-07-01 19:34         ` Ted Zlatanov
2011-07-01 19:58           ` Thierry Volpiatto
2011-07-01 21:09             ` Ted Zlatanov
2011-07-01 21:20               ` Thierry Volpiatto
2011-07-01 21:41                 ` Thierry Volpiatto
2011-07-01 22:24                   ` andres.ramirez
2011-07-01 22:24                   ` andres.ramirez
2011-07-02  4:49                     ` Thierry Volpiatto
2011-07-02 12:39                 ` Lars Magne Ingebrigtsen

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.