home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / gnu / emacs / help / 3519 < prev    next >
Encoding:
Text File  |  1992-07-27  |  1.1 KB  |  32 lines

  1. Path: sparky!uunet!haven.umd.edu!mimsy!lhc!lhc!warsaw
  2. From: warsaw@nlm.nih.gov (Barry A. Warsaw)
  3. Newsgroups: gnu.emacs.help
  4. Subject: Re: removing leading tabs in supercite
  5. Message-ID: <WARSAW.92Jul27180756@anthem.nlm.nih.gov>
  6. Date: 27 Jul 92 23:07:56 GMT
  7. References: <RYANR.92Jul26214707@beethoven.beethoven.CS.ColoState.EDU>
  8. Sender: usenet@nlm.nih.gov (usenet news poster)
  9. Reply-To: warsaw@nlm.nih.gov (Barry A. Warsaw)
  10. Distribution: gnu
  11. Organization: Century Computing, Inc.
  12. Lines: 17
  13. In-Reply-To: ryanr@beethoven.beethoven.CS.ColoState.EDU's message of 27 Jul 92 02:47:07 GMT
  14.  
  15.  
  16. >>>>> "richard" == richard ryan
  17. >>>>> <ryanr@beethoven.beethoven.CS.ColoState.EDU> writes:
  18.  
  19. richard> I guess right about now it's pretty obvious that I'm a new
  20. richard> emacs user, but I just found Supercite and was wondering if
  21. richard> anyone could tell me how to remove the leading tab you get
  22. richard> get in Supercite without leaving the non-nested citation.  Is
  23. richard> it OK if I post your answer?
  24.  
  25. M-x set-var RET sc-citation-leader RET "" RET
  26.  
  27. or in your .emacs file:
  28.  
  29. (setq sc-citation-leader "")
  30.  
  31. That is, if you have supercite 2.2, the latest public release.
  32.