From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Malte Spiess Newsgroups: gmane.emacs.help Subject: Re: map chars in emacs Date: Wed, 04 Apr 2007 20:21:17 +0200 Organization: Arcor Message-ID: <87d52kuhk2.fsf@trick.ulm.malte.spiess> References: <9773676.post@talk.nabble.com> <87odm6slbx.fsf@trick.ulm.malte.spiess> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1175711837 27707 80.91.229.12 (4 Apr 2007 18:37:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 4 Apr 2007 18:37:17 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 04 20:37:11 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HZALy-0001Nu-DS for geh-help-gnu-emacs@m.gmane.org; Wed, 04 Apr 2007 20:37:06 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HZAPF-00086f-Kx for geh-help-gnu-emacs@m.gmane.org; Wed, 04 Apr 2007 14:40:29 -0400 Original-Path: shelby.stanford.edu!headwall.stanford.edu!newsfeed.news2me.com!newsfeed.icl.net!newsfeed.fjserv.net!colt.net!feeder.news-service.com!newsfeed.freenet.de!news.n-ix.net!noris.net!newsfeed.arcor.de!newsspool4.arcor-online.net!news.arcor.de.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.95 (gnu/linux) Cancel-Lock: sha1:wPJf3huEqE8ZxbpnE56CE08qUmI= Original-Lines: 33 Original-NNTP-Posting-Date: 04 Apr 2007 20:21:08 CEST Original-NNTP-Posting-Host: 37c22b15.newsspool3.arcor-online.net Original-X-Trace: DXC=EffV5nBOkdL^Lo7>McF=Q^Z^V384Fo<]lROoR1Fl8W>\BH3Y2?4@[EHhVC<0jQd8 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:42426 Archived-At: NeoRiddle writes: > Malte Spiess-3 wrote: >> What does C-h k AlgGr+\ say? > It shows, this: > > ================================================= > M-' runs the command abbrev-prefix-mark > which is an interactive compiled Lisp function in `abbrev.el'. > It is bound to M-'. > (abbrev-prefix-mark &optional arg) > > Mark current point as the beginning of an abbrev. > Abbrev to be expanded starts here rather than at beginning of word. > This way, you can expand an abbrev with a prefix: insert the prefix, > use this command, then insert the abbrev. This command inserts a > temporary hyphen after the prefix (until the intended abbrev > expansion occurs). > If the prefix is itself an abbrev, this command expands it, unless > arg is non-nil. Interactively, arg is the prefix argument. > ================================================= Hm, obviously the key is not recognised as you wish. I would recommend trying M-x set-input-method to something that seems to fit. If this works, you could add it to your .emacs. Good luck Malte