[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Efficient Emacs usage?
From: |
John Paul Wallington |
Subject: |
Re: Efficient Emacs usage? |
Date: |
Wed, 24 Nov 2004 07:55:28 +0000 |
User-agent: |
Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (windows-nt) |
Lee Sau Dan <danlee@informatik.uni-freiburg.de> writes:
> Also, if you have ispell installed and you're typing in text-mode (or
> derived ones), you can M-Tab to complete the word. (And you'll start
> to hate Windows, which gives you NO WAY to stop it from
> stealing/robbing this key binding.)
Try:
(w32-register-hot-key [A-tab])
for NT/2000/XP systems.
Otherwise, for W95/98/ME systems, you could investigate writing a
wrapper program that just calls Windows' SystemParametersInfo
(SPI_SETSCREENSAVERRUNNING).
- Re: Efficient Emacs usage?, (continued)
- Re: Efficient Emacs usage?, Eli Zaretskii, 2004/11/23
- Re: Efficient Emacs usage?, Lee Sau Dan, 2004/11/24
- Message not available
- Re: Efficient Emacs usage?, Lee Sau Dan, 2004/11/24
- Re: Efficient Emacs usage?, Phillip Lord, 2004/11/24
- Re: Efficient Emacs usage?, Mathias Dahl, 2004/11/25
- Re: Efficient Emacs usage?, Phillip Lord, 2004/11/25
- Re: Efficient Emacs usage?, Mathias Dahl, 2004/11/26
- Message not available
- Re: Efficient Emacs usage?, FCC, 2004/11/24
- Re: Efficient Emacs usage?, Brian Elmegaard, 2004/11/24
- Re: Efficient Emacs usage?, FCC, 2004/11/24
Re: Efficient Emacs usage?,
John Paul Wallington <=