Mailing List ArchiveSupport open source code!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: xemacs and emacs.el
- To: tlug@example.com
- Subject: Re: xemacs and emacs.el
- From: SL Baur <steve@example.com>
- Date: 19 Jun 2001 13:00:12 +0900
- Content-Type: text/plain; charset=US-ASCII
- In-Reply-To: Joss Winn's message of "Mon, 18 Jun 2001 22:35:41 +0900"
- Mail-Copies-To: never
- References: <20010618223541.J1906@example.com>
- Reply-To: tlug@example.com
- Resent-From: tlug@example.com
- Resent-Message-ID: <Fa3au.A.fCG.12sL7@example.com>
- Resent-Sender: tlug-request@example.com
Joss Winn <joss@example.com> writes in tlug@example.com: > Hi, > This used to work for me, but now I can't get it to work... > I can > M-x edict-search-english RET > and > M-x edict-search-kanji RET > and all is well > but my shortcut keys don't work anymore. > I have this in my .xemacs-custom file: > (global-set-key "\e_" 'edict-search-kanji) > (global-set-key "\e+" 'edict-insert) > (global-set-key "\e+" 'edict-search-english) > Can anyone tell me why this does not work? Bogus old syntax. See the XEmacs FAQ for details. Try (global-set-key [(meta ?_)] 'edict-search-kanji), etc. > (global-set-key "\e+" 'edict-insert) > (global-set-key "\e+" 'edict-search-english) You are trying to bind the same key twice.
- References:
- xemacs and emacs.el
- From: Joss Winn <joss@example.com>
Home | Main Index | Thread Index
- Prev by Date: Re: IS MICROSOFT SECRETLY USING OPEN SOURCE?
- Next by Date: Re: IS MICROSOFT SECRETLY USING OPEN SOURCE?
- Prev by thread: xemacs and emacs.el
- Next by thread: IS MICROSOFT SECRETLY USING OPEN SOURCE?
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links