emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#13533: closed (24.3.50; (Wish) Modify lex-parse-re


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#13533: closed (24.3.50; (Wish) Modify lex-parse-re to show literal chars instead of numbers)
Date: Fri, 15 Nov 2013 04:05:05 +0000

Your message dated Tue, 01 Jan 2002 06:06:56 +0530
with message-id <address@hidden>
and subject line Re: bug#13533: 24.3.50; (Wish) Modify lex-parse-re to show 
literal chars instead of numbers
has caused the debbugs.gnu.org bug report #13533,
regarding 24.3.50; (Wish) Modify lex-parse-re to show literal chars instead of 
numbers
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
13533: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13533
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- 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 address@hidden
Windowing system distributor `The X.Org Foundation', version 11.0.10707000
System Description:     Debian GNU/Linux 6.0.5 (squeeze)




--- End Message ---
--- Begin Message --- 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 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)
Ok.  I should probably be the second human being in the world who has
tried lex.el.

As OP, I am closing this bug.



--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]