unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* Re: python's error numbers are not parsible by next-error
       [not found] ` <200205070458.g474wg902449@aztec.santafe.edu>
@ 2002-05-08  0:53   ` Dan Jacobson
       [not found]     ` <200205090245.g492jVi05603@aztec.santafe.edu>
  0 siblings, 1 reply; 2+ messages in thread
From: Dan Jacobson @ 2002-05-08  0:53 UTC (permalink / raw)


>>>>> "RMS" == Richard Stallman <rms@gnu.org> writes:

RMS> Could you please show me one complete Python error message?
RMS> That will give me the information I need to handle them properly.

$ echo bla|python /dev/stdin
Traceback (innermost last):
  File "/dev/stdin", line 1, in ?
NameError: bla

or something like that.  You really don't want to be asking me, as
I've only used python for one day.  I will post to the python groups
to tell them to post the real answer to gnu.emacs.bug.
-- 
http://jidanni.org/ Taiwan(04)25854780

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

* Re: python's error numbers are not parsible by next-error
       [not found]     ` <200205090245.g492jVi05603@aztec.santafe.edu>
@ 2002-05-09 21:08       ` Dan Jacobson
  0 siblings, 0 replies; 2+ messages in thread
From: Dan Jacobson @ 2002-05-09 21:08 UTC (permalink / raw)


>>>>> "R" == Richard Stallman <rms@gnu.org> writes:

R> Does this handle it right?

I sure hope so.  Wouldn't want the number one editor not to work with
the number one language.  Unfortunately, due to limited facilities* it
is not convenient for me to test it.  My role was to alert those
number one folks that there was a meshing improvement needed.
Besides, I only studied python for one day, and that was a few weeks
ago.  Its reviews say it is the coolest, so I was upset that the two
number ones didn't mesh yet.
* mental. 

[ P.S. I have gone back to "spam saftey tab on email address" since each
account I had got buried in spam more than POP could download before
procmail could get to it, and all I have left is the one the ISP gave
me. Wonder how long that will last. ]


R> *** compile.el.~1.253.~	Sat Apr  6 10:50:48 2002
R> --- compile.el	Wed May  8 16:16:47 2002
R> ***************
R> *** 363,368 ****
R> --- 363,372 ----
R>       (".*\"\\([^,\" \n\t]+\\)\", lines? \
R>   \\([0-9]+\\)\\([\(.]\\([0-9]+\\)\)?\\)?[:., (-]" 1 2 4)
  
R> +     ;; Python:
R> +     ;;  File "foobar.py", line 5, blah blah
R> +    ("^File \"\\([^,\" \n\t]+\\)\", line \\([0-9]+\\)," 1 2)
R> + 
R>       ;; Caml compiler:
R>       ;;  File "foobar.ml", lines 5-8, characters 20-155: blah blah
R>      ("^File \"\\([^,\" \n\t]+\\)\", lines? \\([0-9]+\\)[-0-9]*, characters? \\([0-9]+\\)" 1 2 3)
-- 
http://jidanni.org/ Taiwan(04)25854780

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

end of thread, other threads:[~2002-05-09 21:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <m2n0vds9nk.fsf@jidanni.org>
     [not found] ` <200205070458.g474wg902449@aztec.santafe.edu>
2002-05-08  0:53   ` python's error numbers are not parsible by next-error Dan Jacobson
     [not found]     ` <200205090245.g492jVi05603@aztec.santafe.edu>
2002-05-09 21:08       ` Dan Jacobson

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