home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!haven.umd.edu!mimsy!lhc!lhc!warsaw
- From: warsaw@nlm.nih.gov (Barry A. Warsaw)
- Newsgroups: gnu.emacs.help
- Subject: Re: removing leading tabs in supercite
- Message-ID: <WARSAW.92Jul27180756@anthem.nlm.nih.gov>
- Date: 27 Jul 92 23:07:56 GMT
- References: <RYANR.92Jul26214707@beethoven.beethoven.CS.ColoState.EDU>
- Sender: usenet@nlm.nih.gov (usenet news poster)
- Reply-To: warsaw@nlm.nih.gov (Barry A. Warsaw)
- Distribution: gnu
- Organization: Century Computing, Inc.
- Lines: 17
- In-Reply-To: ryanr@beethoven.beethoven.CS.ColoState.EDU's message of 27 Jul 92 02:47:07 GMT
-
-
- >>>>> "richard" == richard ryan
- >>>>> <ryanr@beethoven.beethoven.CS.ColoState.EDU> writes:
-
- richard> I guess right about now it's pretty obvious that I'm a new
- richard> emacs user, but I just found Supercite and was wondering if
- richard> anyone could tell me how to remove the leading tab you get
- richard> get in Supercite without leaving the non-nested citation. Is
- richard> it OK if I post your answer?
-
- M-x set-var RET sc-citation-leader RET "" RET
-
- or in your .emacs file:
-
- (setq sc-citation-leader "")
-
- That is, if you have supercite 2.2, the latest public release.
-