unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#13533: 24.3.50; (Wish) Modify lex-parse-re to show literal chars instead of numbers
  2013-01-23 13:37 bug#13533: 24.3.50; (Wish) Modify lex-parse-re to show literal chars instead of numbers Jambunathan K
@ 2002-01-01  0:36 ` Jambunathan K
  2013-01-23 20:37 ` Stefan Monnier
  1 sibling, 0 replies; 3+ messages in thread
From: Jambunathan K @ 2002-01-01  0:36 UTC (permalink / raw)
  To: 13533-done


Ok.  I should probably be the second human being in the world who has
tried lex.el.

As OP, I am closing this bug.






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

* bug#13533: 24.3.50; (Wish) Modify lex-parse-re to show literal chars instead of numbers
@ 2013-01-23 13:37 Jambunathan K
  2002-01-01  0:36 ` Jambunathan K
  2013-01-23 20:37 ` Stefan Monnier
  0 siblings, 2 replies; 3+ messages in thread
From: Jambunathan K @ 2013-01-23 13:37 UTC (permalink / raw)
  To: 13533


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@gnu.org-20130120024049-cw8hqik30ffgl4po
Windowing system distributor `The X.Org Foundation', version 11.0.10707000
System Description:	Debian GNU/Linux 6.0.5 (squeeze)






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

* bug#13533: 24.3.50; (Wish) Modify lex-parse-re to show literal chars instead of numbers
  2013-01-23 13:37 bug#13533: 24.3.50; (Wish) Modify lex-parse-re to show literal chars instead of numbers Jambunathan K
  2002-01-01  0:36 ` Jambunathan K
@ 2013-01-23 20:37 ` Stefan Monnier
  1 sibling, 0 replies; 3+ messages in thread
From: Stefan Monnier @ 2013-01-23 20:37 UTC (permalink / raw)
  To: Jambunathan K; +Cc: 13533

> I am wondering whether `lex-parse-re' (lex.el on GNU ELPA) to show
> literal chars instead of numbers.

I don't have a preference, so if you provide a patch, I'll install it.


        Stefan





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

end of thread, other threads:[~2013-01-23 20:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-23 13:37 bug#13533: 24.3.50; (Wish) Modify lex-parse-re to show literal chars instead of numbers Jambunathan K
2002-01-01  0:36 ` Jambunathan K
2013-01-23 20:37 ` Stefan Monnier

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).