|
From: | Dan Jacobson |
Subject: | Re: sc-cite-region doesn't allow making old-fashioned "> " cites |
Date: | 07 Mar 2002 00:03:30 +0800 |
User-agent: | Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 |
>>>>> "G" == Glenn Morris <rgm22@_REMOVETHIS_cam.ac.uk> writes: >> sc-cite-region does not allow one to enter nothing in order to get >> old-fashioned "> " cites. You must give it at least one letter. G> That's easily fixed - this reply is an example. G> Just replace "" at line 1325 of supercite.el with "X" or something else you G> don't want to use. G> - (string= "" (setq choice G> + (string= "X" (setq choice Wait, what if the user wanted to use X? Will your fix be submitted to the FSF? -- http://www.geocities.com/jidanni/ Taiwan(04)25854780
[Prev in Thread] | Current Thread | [Next in Thread] |