12-02-05 10:48 PM
>>>>> Walter Mitty writes:
> Can anyone tell me how best to deal with the following issues:
> 1) How to start emacs at the end of the header text when SLRN calls it up
Add the line
set editor_command "emacs +%d '%s'"
in your ~/.slrnrc, replacing any existing "set editor_command" line
already there.
> 2) I set the wrap flags in SLRN but it still doesnt wrap the single
> lines returned from emacs : a) how to get slrn to do the wrappibng
> or b) how to get slrn to tell emacs to do the wrapping?
You need to tell emacs that you want auto-fill turned on when editing
buffers spawned by slrn. Probably the simplest way in this instance is
to add the lisp function invocation to the above line, so it becomes
set editor_command "emacs -f turn-on-auto-fill +%d '%s'"
If you need something a little better, there's a very nice piece of
elisp designed specifically for integrating Emacs with slrn, called
post-mode. This is available as a Debian package, called
"post-el". Full instructions for installing it are included in the
package.
Before I started using Gnus, I used slrn with Emacs and post-mode, and
it worked pretty well.
> regards.
--
Neil.
Don't tell me that worry doesn't do any good. I know better. The things
I worry about don't happen.
-- Watchman Examiner
[ Post a follow-up to this message ]
|