help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: abbrev-mode wizardry needed


From: address@hidden
Subject: Re: abbrev-mode wizardry needed
Date: 18 Apr 2006 18:38:58 -0700
User-agent: G2/0.2

Answering my own question:

(global-set-key (kbd "TAB") 'dabbrev-completion)


I can't seem to figure out how to get RET to go to the end of the next
line rather than to insert a new line, though.

I tried this:

(defun end-of-next-line ()
  (interactive)
  (next-line)
  (end-of-line))

But that doesn't seem to work.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]