bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: sc-cite-region doesn't allow making old-fashioned "> " cites


From: Glenn Morris
Subject: Re: sc-cite-region doesn't allow making old-fashioned "> " cites
Date: Mon, 04 Mar 2002 15:21:57 +0000
User-agent: Gnus/5.090005 (Oort Gnus v0.05) Emacs/21.1.95 (i686-pc-linux-gnu)

Dan Jacobson wrote (on Mon, 04 Mar 2002 at 09:09 +0000):

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

That's easily fixed - this reply is an example.

Just replace "" at line 1325 of supercite.el with "X" or something else you
don't want to use.


--- supercite.el.ORIG   Mon Mar  4 15:20:33 2002
+++ supercite.el        Mon Mar  4 15:20:50 2002
@@ -1322,7 +1322,7 @@
          (setq sc-attrib-or-cite nil)  ; nil==attribution, t==citation
          (while
              (catch 'sc-reconfirm
-               (string= "" (setq choice
+               (string= "X" (setq choice
                                  (if sc-attrib-or-cite
                                      (sc-read-string
                                       "Enter citation prefix: "



reply via email to

[Prev in Thread] Current Thread [Next in Thread]