home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / gnu / emacs / help / 5334 < prev    next >
Encoding:
Text File  |  1993-01-12  |  1.3 KB  |  35 lines

  1. Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!howland.reston.ans.net!spool.mu.edu!sgiblab!adagio.panasonic.com!chorus.mei!sweet.mei!alps.msr.mei!alps!shiji
  2. From: shiji@msr.mei.co.jp
  3. Newsgroups: gnu.emacs.help
  4. Subject: Re: ?: Changing mail yank prefix
  5. Message-ID: <SHIJI.93Jan12143115@alps.msr.mei.co.jp>
  6. Date: 12 Jan 93 05:31:15 GMT
  7. References: <MOCK.93Jan4162204@watt.support.Corp.Sun.COM>
  8. Sender: news@msr.mei.co.jp
  9. Distribution: gnu
  10. Organization: Matsushita Soft-Research,Inc.,Osaka, Japan
  11. Lines: 19
  12. In-Reply-To: mock@watt.support.Corp.Sun.COM's message of 04 Jan 93 07:22:04
  13.          GMT
  14. Nntp-Posting-Host: alps
  15.  
  16. In article <MOCK.93Jan4162204@watt.support.Corp.Sun.COM> mock@watt.support.Corp.Sun.COM (Joseph Mocker) writes:
  17.  
  18.      |Does anyone know if there is a way to change the prefix used by 
  19.      |mail-yank-original ? I have looked through a few emacs books and
  20.      |I don't seem to find anything. I would like to change it to use
  21.      |an '> ' instead of three spaces. All I can find is how to change the
  22.      |prefix to be greater or fewer than the default of three.
  23.  
  24.  "three spaces" is a sort of indentation, and you will be able to change
  25. it to "zero space" as follows.
  26.  
  27.     (setq mail-yank-original-default-indentation 0)
  28.  
  29.  Similarly, prefix string will be changed to "> " individually.
  30.  
  31.     (setq mail-yank-original-quoting-indicator "> ")
  32.  
  33.  
  34. -- T.Shiji
  35.