From: "dmd@3e.org" <ddruckerccn@gmail.com>
Subject: Re: abbrev-mode wizardry needed
Date: 18 Apr 2006 18:38:58 -0700 [thread overview]
Message-ID: <1145410738.858185.32480@v46g2000cwv.googlegroups.com> (raw)
In-Reply-To: <1145400330.172655.223820@v46g2000cwv.googlegroups.com>
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.
next prev parent reply other threads:[~2006-04-19 1:38 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-04-18 22:45 abbrev-mode wizardry needed dmd@3e.org
2006-04-19 1:38 ` dmd@3e.org [this message]
2006-04-19 16:08 ` Mathias Dahl
2006-04-19 20:16 ` dmd@3e.org
2006-04-19 16:19 ` Kevin Rodgers
[not found] ` <mailman.584.1145463682.9609.help-gnu-emacs@gnu.org>
2006-04-19 20:20 ` dmd@3e.org
2006-04-21 2:38 ` dmd@3e.org
2006-04-21 21:43 ` Kevin Rodgers
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1145410738.858185.32480@v46g2000cwv.googlegroups.com \
--to=ddruckerccn@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).