unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* bootstrapping fails.
@ 2004-06-05  1:00 Luc Teirlinck
  2004-06-05  1:55 ` Juanma Barranquero
  0 siblings, 1 reply; 40+ messages in thread
From: Luc Teirlinck @ 2004-06-05  1:00 UTC (permalink / raw)


Bootstrapping fails.  It still worked just a few hours ago.

Loading cus-face (source)...
Loading faces (source)...
make[1]: *** [bootstrap-emacs] Segmentation fault
make[1]: Leaving directory `/home/teirllm/emacscvsdir/emacs/src'
make: *** [bootstrap] Error 2

^ permalink raw reply	[flat|nested] 40+ messages in thread
* Bootstrapping fails
@ 2008-01-13  9:01 Christoph Conrad
  2008-01-13  9:51 ` Paul Michael Reilly
  2008-01-13 15:20 ` Dan Nicolaescu
  0 siblings, 2 replies; 40+ messages in thread
From: Christoph Conrad @ 2008-01-13  9:01 UTC (permalink / raw)
  To: emacs-pretest-bug

Cuurent CVS Emacs:

make[1]: Entering directory `/var/local/cc/news/emacs/src'
make[1]: *** Keine Regel vorhanden, um das Target »/var/local/cc/news/emacs/src/../lisp/emacs-lisp/byte-run.elc«,
  benötigt von »../etc/DOC«, zu erstellen.  Schluss.

Means: no rule to make byte-run.elc needed by ../etc/DOC.

^ permalink raw reply	[flat|nested] 40+ messages in thread
* bootstrapping fails.
@ 2005-11-02 21:33 Luc Teirlinck
  2005-11-02 21:55 ` Stefan Monnier
  2005-11-02 22:20 ` Andreas Schwab
  0 siblings, 2 replies; 40+ messages in thread
From: Luc Teirlinck @ 2005-11-02 21:33 UTC (permalink / raw)


Bootstrapping fails in python.el, but python.el was not changed in two
weeks, so something else must be to blame.  The error is strange: the
byte compiler does not seem to recognize an argument list as such.

End of make bootstrap output:

Compiling /home/teirllm/emacscvsdir/emacs/lisp/./progmodes/python.el

In python-quote-syntax:
python.el:119:29:Warning: `15' is a malformed function
python.el:119:29:Error: Invalid function: 15
make[2]: *** [compile] Error 1
make[2]: Leaving directory `/home/teirllm/emacscvsdir/emacs/lisp'
make[1]: *** [bootstrap-build] Error 2
make[1]: Leaving directory `/home/teirllm/emacscvsdir/emacs'
make: *** [bootstrap] Error 2

^ permalink raw reply	[flat|nested] 40+ messages in thread
* Re: bootstrapping fails
@ 2004-09-29  8:54 David PONCE
  0 siblings, 0 replies; 40+ messages in thread
From: David PONCE @ 2004-09-29  8:54 UTC (permalink / raw)
  Cc: emacs-devel

Hi,

> Bootstrapping fails.  This must be due to a very recent change,
> because bootstrapping worked fine approximately five hours ago.
>>From the `make bootstrap output':
> 
> Compiling /home/teirllm/emacscvsdir/emacs/lisp/./tooltip.el
> Fatal error (11)make[1]: *** [compile] Error 1
> make[1]: Leaving directory `/home/teirllm/emacscvsdir/emacs/lisp'
> make: *** [bootstrap] Error 2
> 
> Note that tooltip.el loads gdb-ui, which was affected by very recent
> changes.

If that can help, here is a backtrace.  It looks that in fringe.c,
the function init_fringe_bitmap segfault at bootstrap time.

Sincerely,
David

? EMACSLOADPATH=emacs/lisp gdb emacs/src/emacs-21.3.50
GNU gdb Red Hat Linux (6.0post-0.20040223.19rh)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-redhat-linux-gnu"...Using host libthread_db library "/lib/tls/libthread_db.so.1".

(gdb) run -batch --no-site-file --multibyte -f batch-byte-compile tooltip.el
Starting program: emacs/src/emacs-21.3.50 -batch --no-site-file --multibyte -f batch-byte-compile tooltip.el

Program received signal SIGSEGV, Segmentation fault.
0x08108ca4 in init_fringe_bitmap (which=MAX_STANDARD_FRINGE_BITMAPS, fb=0x8ce9c90, once_p=0)
    at fringe.c:1188
1188          if (rif->define_fringe_bitmap)
(gdb) bt
#0  0x08108ca4 in init_fringe_bitmap (which=MAX_STANDARD_FRINGE_BITMAPS, fb=0x8ce9c90, once_p=0)
    at fringe.c:1188
#1  0x08108fb3 in Fdefine_fringe_bitmap (bitmap=147755401, bits=147756859, height=0, width=7, align=8)
    at fringe.c:1319
#2  0x08175003 in Ffuncall (nargs=3, args=0xfef5b3b0) at eval.c:2752
#3  0x0819bddf in Fbyte_code (bytestr=147756827, vector=2, maxdepth=-17451984) at bytecode.c:686
#4  0x081745f4 in Feval (form=137228824) at eval.c:2091
#5  0x08188877 in readevalloop (readcharfun=137584801, stream=0x8cc3bf0, sourcename=147568595,
    evalfun=0x81742c0 <Feval>, printflag=0, unibyte=137504817, readfun=137504817) at lread.c:1376
#6  0x081878c3 in Fload (file=147568595, noerror=137504817, nomessage=137504865, nosuffix=0,
    must_suffix=17188108) at lread.c:914
#7  0x0817e5ef in Frequire (feature=147528673, filename=137504817, noerror=137504817) at fns.c:3447
#8  0x08174fcb in Ffuncall (nargs=2, args=0xfef5b780) at eval.c:2736
#9  0x0819bddf in Fbyte_code (bytestr=143227707, vector=1, maxdepth=-17451024) at bytecode.c:686
#10 0x081745f4 in Feval (form=137228824) at eval.c:2091
#11 0x08174fcb in Ffuncall (nargs=2, args=0xfef5b994) at eval.c:2736
#12 0x0819bddf in Fbyte_code (bytestr=137774233, vector=1, maxdepth=-17450608) at bytecode.c:686
#13 0x081752bf in funcall_lambda (fun=147440140, nargs=1, arg_vector=0xfef5ba60) at eval.c:2923
#14 0x0817513b in apply_lambda (fun=147440140, args=138555469, eval_flag=1) at eval.c:2845
#15 0x08174470 in Feval (form=147440140) at eval.c:2149
#16 0x081746df in Feval (form=137218796) at eval.c:2056
#17 0x08171fd3 in Fprogn (args=22) at eval.c:408
#18 0x081752f9 in funcall_lambda (fun=147395912, nargs=4, arg_vector=0xfef5bd44) at eval.c:2916
#19 0x08174eab in Ffuncall (nargs=5, args=0xfef5bd40) at eval.c:2793
#20 0x0817489b in Fapply (nargs=2, args=0xfef5bdd0) at eval.c:2241
#21 0x08174c95 in apply1 (fn=147395917, arg=22) at eval.c:2497
#22 0x08172e36 in Fmacroexpand (form=147503528, environment=147507357) at eval.c:1052
#23 0x08174fcb in Ffuncall (nargs=3, args=0xfef5be94) at eval.c:2736
#24 0x081745f4 in Feval (form=137224048) at eval.c:2091
#25 0x08172125 in Fsetq (args=138512397) at eval.c:510
#26 0x0817473d in Feval (form=137223404) at eval.c:2038
#27 0x08171fd3 in Fprogn (args=22) at eval.c:408
#28 0x0817473d in Feval (form=137223332) at eval.c:2038
#29 0x08172d7c in Fwhile (args=138512645) at eval.c:968
#30 0x0817473d in Feval (form=137223692) at eval.c:2038
#31 0x08171fd3 in Fprogn (args=22) at eval.c:408
---Type <return> to continue, or q <return> to quit---
#32 0x08172cda in Flet (args=138514389) at eval.c:949
#33 0x0817473d in Feval (form=137223668) at eval.c:2038
#34 0x08171fd3 in Fprogn (args=22) at eval.c:408
#35 0x081752f9 in funcall_lambda (fun=138512672, nargs=2, arg_vector=0xfef5c478) at eval.c:2916
#36 0x08174eab in Ffuncall (nargs=3, args=0xfef5c474) at eval.c:2793
#37 0x0819bddf in Fbyte_code (bytestr=138549345, vector=2, maxdepth=-17447820) at bytecode.c:686
#38 0x081752bf in funcall_lambda (fun=147475060, nargs=1, arg_vector=0xfef5c594) at eval.c:2923
#39 0x08174eab in Ffuncall (nargs=2, args=0xfef5c590) at eval.c:2793
#40 0x0819bddf in Fbyte_code (bytestr=137774233, vector=1, maxdepth=-17447536) at bytecode.c:686
#41 0x081752bf in funcall_lambda (fun=147461356, nargs=0, arg_vector=0xfef5c6c4) at eval.c:2923
#42 0x08174eab in Ffuncall (nargs=1, args=0xfef5c6c0) at eval.c:2793
#43 0x081745f4 in Feval (form=137224048) at eval.c:2091
#44 0x0817338f in Fcondition_case (args=137504817) at eval.c:1293
#45 0x0819ce1a in Fbyte_code (bytestr=143250481, vector=143, maxdepth=-17446720) at bytecode.c:864
#46 0x081752bf in funcall_lambda (fun=147461764, nargs=2, arg_vector=0xfef5ca14) at eval.c:2923
#47 0x08174eab in Ffuncall (nargs=3, args=0xfef5ca10) at eval.c:2793
#48 0x0819bddf in Fbyte_code (bytestr=138028857, vector=2, maxdepth=-17446384) at bytecode.c:686
#49 0x081752bf in funcall_lambda (fun=147460572, nargs=1, arg_vector=0xfef5cae0) at eval.c:2923
#50 0x0817513b in apply_lambda (fun=147460572, args=143294971, eval_flag=1) at eval.c:2845
#51 0x08174470 in Feval (form=147460572) at eval.c:2149
#52 0x0817338f in Fcondition_case (args=137504817) at eval.c:1293
#53 0x0819ce1a in Fbyte_code (bytestr=137589497, vector=143, maxdepth=-17445552) at bytecode.c:864
#54 0x081752bf in funcall_lambda (fun=147546244, nargs=1, arg_vector=0xfef5ce74) at eval.c:2923
#55 0x08174eab in Ffuncall (nargs=2, args=0xfef5ce70) at eval.c:2793
#56 0x0819bddf in Fbyte_code (bytestr=142874217, vector=1, maxdepth=-17445264) at bytecode.c:686
#57 0x081752bf in funcall_lambda (fun=147545868, nargs=0, arg_vector=0xfef5cfa4) at eval.c:2923
#58 0x08174eab in Ffuncall (nargs=1, args=0xfef5cfa0) at eval.c:2793
#59 0x081745f4 in Feval (form=137224048) at eval.c:2091
#60 0x08171fd3 in Fprogn (args=22) at eval.c:408
#61 0x08171f11 in Fif (args=142936229) at eval.c:357
#62 0x0817473d in Feval (form=137223284) at eval.c:2038
#63 0x08171fd3 in Fprogn (args=22) at eval.c:408
#64 0x08171f96 in Fcond (args=142936293) at eval.c:385
#65 0x0817473d in Feval (form=137223308) at eval.c:2038
#66 0x08171fd3 in Fprogn (args=22) at eval.c:408
#67 0x08172ad1 in FletX (args=142938957) at eval.c:891
---Type <return> to continue, or q <return> to quit---
#68 0x0817473d in Feval (form=137223644) at eval.c:2038
#69 0x08171fd3 in Fprogn (args=22) at eval.c:408
#70 0x08172db2 in Fwhile (args=142933445) at eval.c:971
#71 0x0817473d in Feval (form=137223692) at eval.c:2038
#72 0x08171fd3 in Fprogn (args=22) at eval.c:408
#73 0x08172cda in Flet (args=142938677) at eval.c:949
#74 0x0817473d in Feval (form=137223668) at eval.c:2038
#75 0x08171fd3 in Fprogn (args=22) at eval.c:408
#76 0x0817473d in Feval (form=137223332) at eval.c:2038
#77 0x08171ef0 in Fif (args=147340941) at eval.c:356
#78 0x0817473d in Feval (form=137223284) at eval.c:2038
#79 0x081744dd in Feval (form=137770389) at eval.c:2147
#80 0x08171fd3 in Fprogn (args=22) at eval.c:408
#81 0x081752f9 in funcall_lambda (fun=142932344, nargs=1, arg_vector=0xfef5d9d0) at eval.c:2916
#82 0x0817513b in apply_lambda (fun=142932349, args=143356861, eval_flag=1) at eval.c:2845
#83 0x08174470 in Feval (form=142932349) at eval.c:2149
#84 0x08171fd3 in Fprogn (args=22) at eval.c:408
#85 0x081752f9 in funcall_lambda (fun=142917248, nargs=0, arg_vector=0xfef5db80) at eval.c:2916
#86 0x0817513b in apply_lambda (fun=142917253, args=137504817, eval_flag=1) at eval.c:2845
#87 0x08174470 in Feval (form=142917253) at eval.c:2149
#88 0x0817317e in Funwind_protect (args=142888157) at eval.c:1204
#89 0x0817473d in Feval (form=137223788) at eval.c:2038
#90 0x08171fd3 in Fprogn (args=22) at eval.c:408
#91 0x08172cda in Flet (args=142888133) at eval.c:949
#92 0x0817473d in Feval (form=137223668) at eval.c:2038
#93 0x08171fd3 in Fprogn (args=22) at eval.c:408
#94 0x08171f11 in Fif (args=142889029) at eval.c:357
#95 0x0817473d in Feval (form=137223284) at eval.c:2038
#96 0x08171fd3 in Fprogn (args=22) at eval.c:408
#97 0x081752f9 in funcall_lambda (fun=142887792, nargs=0, arg_vector=0xfef5e080) at eval.c:2916
#98 0x0817513b in apply_lambda (fun=142887797, args=137504817, eval_flag=1) at eval.c:2845
#99 0x08174470 in Feval (form=142887797) at eval.c:2149
#100 0x08117b45 in top_level_2 () at keyboard.c:1315
#101 0x08173492 in internal_condition_case (bfun=0x8117b34 <top_level_2>, handlers=137565785,
    hfun=0x8117808 <cmd_error>) at eval.c:1346
#102 0x08117b79 in top_level_1 () at keyboard.c:1323
---Type <return> to continue, or q <return> to quit---
#103 0x08173021 in internal_catch (tag=0, func=0x8117b48 <top_level_1>, arg=137504817) at eval.c:1107
#104 0x08117ab3 in command_loop () at keyboard.c:1280
#105 0x081175b8 in recursive_edit_1 () at keyboard.c:978
#106 0x081176d8 in Frecursive_edit () at keyboard.c:1039
#107 0x08115fca in main (argc=7, argv=0xfef5e734) at emacs.c:1687

^ permalink raw reply	[flat|nested] 40+ messages in thread
* bootstrapping fails
@ 2004-09-29  2:59 Luc Teirlinck
  2004-09-29  8:52 ` Kim F. Storm
  0 siblings, 1 reply; 40+ messages in thread
From: Luc Teirlinck @ 2004-09-29  2:59 UTC (permalink / raw)


Bootstrapping fails.  This must be due to a very recent change,
because bootstrapping worked fine approximately five hours ago.
>From the `make bootstrap output':

Compiling /home/teirllm/emacscvsdir/emacs/lisp/./tooltip.el
Fatal error (11)make[1]: *** [compile] Error 1
make[1]: Leaving directory `/home/teirllm/emacscvsdir/emacs/lisp'
make: *** [bootstrap] Error 2

Note that tooltip.el loads gdb-ui, which was affected by very recent
changes.

Sincerely,

Luc.

^ permalink raw reply	[flat|nested] 40+ messages in thread
* bootstrapping fails
@ 2004-08-19 15:30 Luc Teirlinck
  2004-08-19 15:44 ` Luc Teirlinck
  2004-08-20 14:49 ` Eli Zaretskii
  0 siblings, 2 replies; 40+ messages in thread
From: Luc Teirlinck @ 2004-08-19 15:30 UTC (permalink / raw)


I do:

cvs -z3 -d teirllm@subversions.gnu.org:/cvsroot/emacs co .
cd emacs
make maintainer-clean
./configure --without-toolkit-scroll-bars
make bootstrap

Result:

gcc -c -D_BSD_SOURCE   -Demacs -DHAVE_CONFIG_H -DUSE_LUCID
-I. -I/home/teirllm/emacscvsdir/emacs/src -D_BSD_SOURCE
-I/usr/X11R6/include -g -O2 process.c
process.c: In function `Faccept_process_output':
process.c:3773: too few arguments to function
`wait_reading_process_input'
process.c: In function `wait_reading_process_input':
process.c:4019: number of arguments doesn't match prototype
lisp.h:2967: prototype declaration
process.c: In function `send_process':
process.c:5347: too few arguments to function
`wait_reading_process_input'
make[1]: *** [process.o] Error 1
make[1]: Leaving directory `/home/teirllm/emacscvsdir/emacs/src'
make: *** [bootstrap] Error 2

What is weird is that wait_reading_process_input ia apparently defined
_twice_ in process.c, once on line 4015, once on line 6879.

Sincerely,

Luc.

^ permalink raw reply	[flat|nested] 40+ messages in thread
* bootstrapping fails.
@ 2003-07-09 18:26 Luc Teirlinck
  2003-07-09 20:17 ` Luc Teirlinck
  0 siblings, 1 reply; 40+ messages in thread
From: Luc Teirlinck @ 2003-07-09 18:26 UTC (permalink / raw)


Bootstrapping fails.

After:

make distclean
./configure --without-toolkit-scroll-bars
make bootstrap

End of make bootstrap output:

Fatal error (11).make[1]: *** [compile] Error 1
make[1]: Leaving directory `/home/teirllm/emacscvsdir/emacs/lisp'
make: *** [bootstrap] Error 2

^ permalink raw reply	[flat|nested] 40+ messages in thread
* Bootstrapping fails
@ 2003-05-31 20:46 Luc Teirlinck
  2003-05-31 20:52 ` Luc Teirlinck
  0 siblings, 1 reply; 40+ messages in thread
From: Luc Teirlinck @ 2003-05-31 20:46 UTC (permalink / raw)


During bootstrapping I get the error:

make[2]: *** No rule to make target
`/home/teirllm/emacscvsdir/emacs/src/../lisp/byte-run.elc', needed by
`../etc/DOC'.  Stop.
make[2]: Leaving directory `/home/teirllm/emacscvsdir/emacs/src'
make[1]: *** [src] Error 2
make[1]: Leaving directory `/home/teirllm/emacscvsdir/emacs'
make: *** [bootstrap] Error 2

byte-run.el is indeed missing.  I do not believe that I accidentally
removed it and even if I did, I updated a second time, so should the
update not have added it right back?

I updated with:

cvs -z3 -d teirllm@subversions.gnu.org:/cvsroot/emacs co .

Sincerely,

Luc.

^ permalink raw reply	[flat|nested] 40+ messages in thread
* Bootstrapping fails.
@ 2003-05-01  2:06 Luc Teirlinck
  0 siblings, 0 replies; 40+ messages in thread
From: Luc Teirlinck @ 2003-05-01  2:06 UTC (permalink / raw)


Bootstrapping fails.  End of make bootstrap output:

Loading cus-start (source)...
Wrong type argument: integerp, (0 4 3 4)
make[1]: *** [bootstrap-emacs] Error 255
make[1]: Leaving directory `/home/teirllm/CVSemacsdir/emacs/src'
make: *** [bootstrap] Error 2

^ permalink raw reply	[flat|nested] 40+ messages in thread
* bootstrapping fails
@ 2003-04-29  2:14 Luc Teirlinck
  2003-04-29  2:54 ` John Paul Wallington
  0 siblings, 1 reply; 40+ messages in thread
From: Luc Teirlinck @ 2003-04-29  2:14 UTC (permalink / raw)


Bootstrapping fails.

End of make bootstrap output:

In toplevel form:
cl-extra.el:57:11:Error: Wrong type argument: integerp,
"\\`c[ad]+r\\'"
make[1]: *** [compile] Error 1
make[1]: Leaving directory `/home/teirllm/CVSemacsdir/emacs/lisp'
make: *** [bootstrap] Error 2

^ permalink raw reply	[flat|nested] 40+ messages in thread
* bootstrapping fails
@ 2003-04-12 21:29 Luc Teirlinck
  0 siblings, 0 replies; 40+ messages in thread
From: Luc Teirlinck @ 2003-04-12 21:29 UTC (permalink / raw)


Bootstrapping fails.  End of make bootstrap output:

In toplevel form:
byte-opt.el:1298:2:Error: Symbol's value as variable is void:
byte-compile-dynamic-variables
make[1]: *** [compile] Error 1
make[1]: Leaving directory `/home/teirllm/CVSemacsdir/emacs/lisp'
make: *** [bootstrap] Error 2

^ permalink raw reply	[flat|nested] 40+ messages in thread
* bootstrapping fails
@ 2003-03-25 21:57 Luc Teirlinck
  0 siblings, 0 replies; 40+ messages in thread
From: Luc Teirlinck @ 2003-03-25 21:57 UTC (permalink / raw)


Bootstrapping fails.  End of `make bootstrap' output:

Loading files (source)...
make[1]: *** [bootstrap-emacs] Aborted
make[1]: Leaving directory `/home/teirllm/CVSemacsdir/emacs/src'
make: *** [bootstrap] Error 2

Sincerely,

Luc.

^ permalink raw reply	[flat|nested] 40+ messages in thread
* bootstrapping fails
@ 2003-02-18  1:08 Luc Teirlinck
  0 siblings, 0 replies; 40+ messages in thread
From: Luc Teirlinck @ 2003-02-18  1:08 UTC (permalink / raw)


The "curse of the question mark" hit again, bootstrapping fails.

End of `make bootstrap' output:

Loading help (source)...
Invalid read syntax: "?"
make[1]: *** [bootstrap-emacs] Error 255
make[1]: Leaving directory `/home/teirllm/CVSemacsdir/emacs/src'
make: *** [bootstrap] Error 2

Sincerely,

Luc.

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

end of thread, other threads:[~2008-01-13 22:12 UTC | newest]

Thread overview: 40+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-05  1:00 bootstrapping fails Luc Teirlinck
2004-06-05  1:55 ` Juanma Barranquero
2004-06-05  2:08   ` Luc Teirlinck
2004-06-05 15:29     ` Juanma Barranquero
2004-06-05 10:45   ` Miles Bader
2004-06-05 15:41     ` Juanma Barranquero
2004-06-05 22:49       ` Miles Bader
2004-06-06  0:29         ` Juanma Barranquero
  -- strict thread matches above, loose matches on Subject: below --
2008-01-13  9:01 Bootstrapping fails Christoph Conrad
2008-01-13  9:51 ` Paul Michael Reilly
2008-01-13 15:20 ` Dan Nicolaescu
2008-01-13 22:12   ` Christoph Conrad
2005-11-02 21:33 bootstrapping fails Luc Teirlinck
2005-11-02 21:55 ` Stefan Monnier
2005-11-02 22:09   ` Romain Francoise
2005-11-02 22:20 ` Andreas Schwab
2005-11-02 23:17   ` Luc Teirlinck
2004-09-29  8:54 David PONCE
2004-09-29  2:59 Luc Teirlinck
2004-09-29  8:52 ` Kim F. Storm
2004-08-19 15:30 Luc Teirlinck
2004-08-19 15:44 ` Luc Teirlinck
2004-08-19 15:59   ` Andreas Schwab
2004-08-19 16:38     ` Luc Teirlinck
2004-08-19 17:02       ` Stefan Monnier
2004-08-20 14:49 ` Eli Zaretskii
2003-07-09 18:26 Luc Teirlinck
2003-07-09 20:17 ` Luc Teirlinck
2003-05-31 20:46 Bootstrapping fails Luc Teirlinck
2003-05-31 20:52 ` Luc Teirlinck
2003-05-31 21:08   ` Luc Teirlinck
2003-05-31 21:13     ` John Paul Wallington
2003-05-31 21:22       ` Luc Teirlinck
2003-05-01  2:06 Luc Teirlinck
2003-04-29  2:14 bootstrapping fails Luc Teirlinck
2003-04-29  2:54 ` John Paul Wallington
2003-04-29  3:24   ` Luc Teirlinck
2003-04-12 21:29 Luc Teirlinck
2003-03-25 21:57 Luc Teirlinck
2003-02-18  1:08 Luc Teirlinck

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).