Derek D. Martin <[EMAIL PROTECTED]> writes:

> Well, that command didn't do much useful for me,

Did you try running it after loading post-mode?

> To turn it OFF, one would stick this in the appropriate place in
> their .emacs file:
> 
>   '(post-kill-quoted-sig nil)

That line alone does not do anything useful (and looks
suspiciously like it's part of a larger `custom-set-variables'
declaration).  Maybe you mean

(setq post-kill-quoted-sig nil)

> Easier still (at least if you have xemacs) to go to the
> customize menu, and set it there

This will of course work ;-)

Sam

Reply via email to