This bug report will be sent to the XEmacs Development Team,
not to your local site managers!!
Please write in English, because the XEmacs maintainers do not have
translators to read other languages for them.
In XEmacs 21.4 (patch 4) "Artificial Intelligence" [Lucid]
(i386-unknown-freebsd4.3) of Mon Jul 30 2001 on galibier
configured using `configure --with-prefix=no
--site-includes=/afs/informatik.uni-tuebingen.de/i386_fbsd32/include
--site-libraries=/afs/informatik.uni-tuebingen.de/i386_fbsd32/lib --with-menubars=lucid
--with-scrollbars=lucid --with-xpm --with-jpeg --with-png --with-dialogs=athena
--with-widgets=athena --mail-locking=file --pdump'
Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:
The following text in a Scheme mode buffer seems to confuse paren
highlighting. The last parenthesis in the ELSE branch corresponds to
the open parenthesis before LET, but XEmacs highlights the first
parenthesis after LET. The "\" at the end of the line seems to be the
source of confusion: It works if I write "; eat backslash" instead of
"; eat \".
(define (read-char-code-backslash port)
(let ((c (read-char port)) ; eat \
(c (peek-char port)))
(cond ((eof-object? c)
(reading-error port "end of file after ?\\"))
((char=? c #\M)
(read-char-code-meta port))
((or (char=? c #\C) (char=? c #\^))
(read-char-code-control port))
((char-numeric? c)
(read-char-code-numeric port))
(else
(reading-error port "unknown error reading char code"))))
Recent keystrokes:
up up up up up up up up up up left down C-x x 1 down
down down down down down down down down down down down
down end BS BS BS BS right left ) ESC x e m a c s -
s e n d TAB b TAB BS BS d TAB - TAB TAB b TAB TAB BS
BS BS BS BS BS BS TAB BS BS BS BS BS BS s e n d TAB
b TAB u TAB BS BS BS BS BS BS BS b u TAB C-g BS BS
) ) misc-user
Recent messages (most recent first):
Loading emacsbug...done
Loading emacsbug...
Quit
Making completion list...
Copy to register:
Wrote /home/knauel/cool-stuff/selc/syntax/reader.scm
?m
?=c9
?c
?\t
Show replies by date