Gnus development mailing list
 help / color / mirror / Atom feed
* lint for .gnus / mailsplitting
@ 2000-04-27  6:40 Yeoh Yiu
  2000-04-27 10:04 ` Kai Großjohann
  0 siblings, 1 reply; 2+ messages in thread
From: Yeoh Yiu @ 2000-04-27  6:40 UTC (permalink / raw)



I manually edit my .gnus file to control mail splitting by
for example, inserting a line such as

("club_sqa"  ""^Cc: \"vi whinges\" <emacs-discuss@microsfoft.com>")

which is unfortunate, because it generates error messages such as

Signaling: (error "Error in ~/.gnus: (end-of-file)")
  signal(error ("Error in ~/.gnus: (end-of-file)"))
  error("Error in %s: %s" "~/.gnus" (end-of-file))
  gnus-read-init-file()
  gnus-1(nil nil nil)
  gnus()
  command-line-1(("-f" "gnus"))
  command-line()
  normal-top-level()

because I accidently put in an extra " before the
        "^Cc:

What I would like instead is an error message such as
        Error in ~/.gnus: line 43 missmatched "


squid.



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

* Re: lint for .gnus / mailsplitting
  2000-04-27  6:40 lint for .gnus / mailsplitting Yeoh Yiu
@ 2000-04-27 10:04 ` Kai Großjohann
  0 siblings, 0 replies; 2+ messages in thread
From: Kai Großjohann @ 2000-04-27 10:04 UTC (permalink / raw)
  Cc: ding

Yeoh Yiu <squid@panix.com> writes:

> What I would like instead is an error message such as
>         Error in ~/.gnus: line 43 missmatched "

This is hard to do, since newlines are allows in strings in Emacs
Lisp.  That is, the following is a valid Lisp statement:

(setq x "this
string
contains
multiple
lines")

kai
-- 
Beware of flying birch trees.



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

end of thread, other threads:[~2000-04-27 10:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-04-27  6:40 lint for .gnus / mailsplitting Yeoh Yiu
2000-04-27 10:04 ` Kai Großjohann

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 NNTP newsgroup(s).