all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Text is read-only
@ 2002-06-11  4:55 Taiji.Can
  2002-06-12  2:31 ` Richard Stallman
  0 siblings, 1 reply; 5+ messages in thread
From: Taiji.Can @ 2002-06-11  4:55 UTC (permalink / raw)


This bug report will be sent to the Free Software Foundation,
not to your local site managers!
Please write in English, because the Emacs maintainers do not have
translators to read other languages for them.

Your bug report will be posted to the bug-gnu-emacs@gnu.org mailing list,
and to the gnu.emacs.bug news group.

In GNU Emacs 21.2.2 (sparc-sun-solaris2.8, X toolkit, Xaw3d scroll bars)
 of 2002-05-23 on syrinx
configured using `configure  --with-x --with-x-toolkit --with-x-app-default-path=/usr/openwin/lib/locale/ja/app-defaults --x-includes=/usr/openwin/include:/opt/NSUG98/include:/opt/NSUG98/X11R6.4/include --x-libraries=/usr/openwin/lib:/opt/NSUG98/lib:/opt/local/lib:/opt/NSUG98/X11R6.4/lib --prefix=/opt/Emacs21 --bindir=/opt/Emacs21/bin --with-pop --with-xpm --with-jpeg --with-tiff --with-gif --with-png --with-toolkit-scroll-bars'
Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: ja
  locale-coding-system: japanese-iso-8bit
  default-enable-multibyte-characters: t

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

I compiled emacs-21.3's latest cvs. But I got the following error:

% gmake bootstrap 
:
:
:
Finished loading /opt/Emacs21.1.50/share/emacs/site-lisp/egg/leim-list.el
   and load others...
Loading /opt/Emacs21.1.50/share/emacs/21.3.50/leim/leim-list.el (source)...
Directory /export/home/syrinx/can/work/Emacs/emacs/emacs/lisp
Directory /export/home/syrinx/can/work/Emacs/emacs/emacs/lisp/net
Directory /export/home/syrinx/can/work/Emacs/emacs/emacs/lisp/calendar
Directory /export/home/syrinx/can/work/Emacs/emacs/emacs/lisp/emacs-lisp
Directory /export/home/syrinx/can/work/Emacs/emacs/emacs/lisp/emulation
Directory /export/home/syrinx/can/work/Emacs/emacs/emacs/lisp/eshell
Directory /export/home/syrinx/can/work/Emacs/emacs/emacs/lisp/gnus
Directory /export/home/syrinx/can/work/Emacs/emacs/emacs/lisp/international
Text is read-only
gmake[1]: *** [finder-data] Error 255
gmake[1]: Leaving directory `/export/home/syrinx/can/work/Emacs/emacs/emacs/lis\
p'
gmake: *** [bootstrap-lisp] Error 2

  My config is 

./configure --with-x --with-x-toolkit --with-x-app-default-path=/usr/openwin/lib/locale/ja/app-defaults --x-includes="/usr/openwin/include:/opt/local/include:/opt/X11R6.6/include" --x-libraries="/usr/openwin/lib:/opt/local/lib:/opt/X11R6.6/lib" --prefix=/opt/Emacs21 --bindir=/opt/Emacs21/bin --with-pop --with-xpm  --with-jpeg  --with-tiff --with-gif --with-png --with-toolkit-scroll-bars

Recent input:
C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n 
C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n SPC <help-echo> 
<help-echo> n n n n n n n n n n q C-l C-n SPC n n n 
n n n q C-l n <escape> < g l n n n n SPC n q l C-s 
f o o d C-a SPC n q <escape> < C-n C-n C-n C-n C-n 
C-n C-n C-l <escape> x r e p <tab> o <tab> r SPC <help-echo> 
e m a c <tab> b <tab> <return>

Recent messages:
Auto-saving...done
Mark saved where search started
Retrieving newsgroup: nntp+news1:fj.rec.food...
Opening nntp server on news1...done
Fetching headers for nntp+news1:fj.rec.food...done
Generating summary...done
Auto-saving...done
Mark set
Making completion list... [2 times]
Loading emacsbug...done

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

* Re: Text is read-only
  2002-06-11  4:55 Text is read-only Taiji.Can
@ 2002-06-12  2:31 ` Richard Stallman
  2002-06-17  0:39   ` Taiji.Can
  0 siblings, 1 reply; 5+ messages in thread
From: Richard Stallman @ 2002-06-12  2:31 UTC (permalink / raw)
  Cc: emacs-devel

This does not happen for anyone else, so we cannot debug it.
Would you please try debugging it?
What is the immediate cause of that error?
Please figure out what command is running
and run it under GDB with a breakpoint at Fsignal
so you can make C and Lisp backtraces
(use the `backtrace' and `xbacktrace' commands).

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

* Re: Text is read-only
  2002-06-12  2:31 ` Richard Stallman
@ 2002-06-17  0:39   ` Taiji.Can
  2002-06-18  8:09     ` Richard Stallman
  0 siblings, 1 reply; 5+ messages in thread
From: Taiji.Can @ 2002-06-17  0:39 UTC (permalink / raw)
  Cc: Taiji.Can, emacs-devel


 Dear, Mr. Stallman,

At Tue, 11 Jun 2002 20:31:57 -0600 (MDT),
Richard Stallman wrote:
> 
> This does not happen for anyone else, so we cannot debug it.
> Would you please try debugging it?

 I am very sorry that reply slows.

> What is the immediate cause of that error?
> Please figure out what command is running
> and run it under GDB with a breakpoint at Fsignal
> so you can make C and Lisp backtraces
> (use the `backtrace' and `xbacktrace' commands).

 Well, cvs's Emacs since 2002/06/13(JST)  can compile and execute.
 
 Thank you very much. 

 Best Regaurds,
 T.Can
-- 

					ADVANTEST corp.
					Taiji.Can@grd.advantest.co.jp

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

* Re: Text is read-only
  2002-06-17  0:39   ` Taiji.Can
@ 2002-06-18  8:09     ` Richard Stallman
  2002-06-18  8:17       ` Taiji.Can
  0 siblings, 1 reply; 5+ messages in thread
From: Richard Stallman @ 2002-06-18  8:09 UTC (permalink / raw)
  Cc: Taiji.Can, emacs-devel

     Well, cvs's Emacs since 2002/06/13(JST)  can compile and execute.

Does this mean the problem is fixed?  That would be good.

Thanks for reporting it.

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

* Re: Text is read-only
  2002-06-18  8:09     ` Richard Stallman
@ 2002-06-18  8:17       ` Taiji.Can
  0 siblings, 0 replies; 5+ messages in thread
From: Taiji.Can @ 2002-06-18  8:17 UTC (permalink / raw)
  Cc: Taiji.Can, emacs-devel


  Hi,

>      Well, cvs's Emacs since 2002/06/13(JST)  can compile and execute.
> 
> Does this mean the problem is fixed?  That would be good.

  Of course, YES. 

> Thanks for reporting it.

  Best Regards,
  T.Can
-- 

					ADVANTEST corp.
					Taiji.Can@grd.advantest.co.jp

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

end of thread, other threads:[~2002-06-18  8:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-11  4:55 Text is read-only Taiji.Can
2002-06-12  2:31 ` Richard Stallman
2002-06-17  0:39   ` Taiji.Can
2002-06-18  8:09     ` Richard Stallman
2002-06-18  8:17       ` Taiji.Can

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.