Gnus development mailing list
 help / color / mirror / Atom feed
* gnus-article-mode-syntax-table
@ 2002-05-07 20:04 Andreas Schwab
  2002-05-08  8:14 ` gnus-article-mode-syntax-table Kai Großjohann
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Schwab @ 2002-05-07 20:04 UTC (permalink / raw)


gnus-art defines gnus-article-mode-syntax-table as follows:

(defvar gnus-article-mode-syntax-table
  (let ((table (copy-syntax-table text-mode-syntax-table)))
    ;; This causes the citation match run O(2^n).
    ;; (modify-syntax-entry ?- "w" table)
    (modify-syntax-entry ?> ")" table)
    (modify-syntax-entry ?< "(" table)
    table)
  "Syntax table used in article mode buffers.
Initialized from `text-mode-syntax-table.")

Shouldn't the entries for ?< and ?> rather be "(>" and ")<", resp.?

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE GmbH, Deutschherrnstr. 15-19, D-90429 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



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

* Re: gnus-article-mode-syntax-table
  2002-05-07 20:04 gnus-article-mode-syntax-table Andreas Schwab
@ 2002-05-08  8:14 ` Kai Großjohann
  0 siblings, 0 replies; 2+ messages in thread
From: Kai Großjohann @ 2002-05-08  8:14 UTC (permalink / raw)
  Cc: ding

Andreas Schwab <schwab@suse.de> writes:

> Shouldn't the entries for ?< and ?> rather be "(>" and ")<", resp.?

Done.

kai
-- 
Silence is foo!



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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-07 20:04 gnus-article-mode-syntax-table Andreas Schwab
2002-05-08  8:14 ` gnus-article-mode-syntax-table 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).