GNU bug report logs - #13533
24.3.50; (Wish) Modify lex-parse-re to show literal chars instead of numbers

Previous Next

Package: emacs;

Reported by: Jambunathan K <kjambunathan <at> gmail.com>

Date: Wed, 23 Jan 2013 13:40:02 UTC

Severity: wishlist

Found in version 24.3.50

Done: Jambunathan K <kjambunathan <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Jambunathan K <kjambunathan <at> gmail.com>
Subject: bug#13533: closed (Re: bug#13533: 24.3.50; (Wish) Modify
 lex-parse-re to show literal chars instead of numbers)
Date: Fri, 15 Nov 2013 04:05:05 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#13533: 24.3.50; (Wish) Modify lex-parse-re to show literal chars instead of numbers

which was filed against the emacs package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 13533 <at> debbugs.gnu.org.

-- 
13533: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13533
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Jambunathan K <kjambunathan <at> gmail.com>
To: 13533-done <at> debbugs.gnu.org
Subject: Re: bug#13533: 24.3.50;
 (Wish) Modify lex-parse-re to show literal chars instead of numbers
Date: Tue, 01 Jan 2002 06:06:56 +0530
Ok.  I should probably be the second human being in the world who has
tried lex.el.

As OP, I am closing this bug.


[Message part 3 (message/rfc822, inline)]
From: Jambunathan K <kjambunathan <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.3.50;
	(Wish) Modify lex-parse-re to show literal chars instead of numbers
Date: Wed, 23 Jan 2013 19:07:49 +0530
I am wondering whether `lex-parse-re' (lex.el on GNU ELPA) to show
literal chars instead of numbers.

I find the output given by xr more readable.  xr.el was shared as part
of this message.  http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13369#43

,---- (xr org-outline-regexp)
| (seq
|  (one-or-more "*")
|  " ")
`----

,---- (lex-parse-re org-outline-regexp)
| (seq
|  (1+ 42)
|  32)
`----

In GNU Emacs 24.3.50.4 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2013-01-20 on debian-6.05
Bzr revision: 111569 rgm <at> gnu.org-20130120024049-cw8hqik30ffgl4po
Windowing system distributor `The X.Org Foundation', version 11.0.10707000
System Description:	Debian GNU/Linux 6.0.5 (squeeze)




This bug report was last modified 11 years and 248 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.