> Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys
> Date: Wed, 6 Apr 2005 08:32:26 -0700 (PDT)
> From: exits funnel <[EMAIL PROTECTED]>
> 
> I'm trying:
> 
> M-[SHIFT]-% C-q [ENTER] C-q [ENTER] [ENTER] C-q
> [ENTER] [ENTER]
> 
> Unfortunately, emacs replaces zero occurances so
> obviously I'm doing something wrong.

The LF character is Ctrl-J, whereas Enter is Ctrl-M.  So you should
use "C-q C-j" instead of "C-q [ENTER]", and the command will do what
you want.

_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to