From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: (un)expand-region-abbrevs Date: Fri, 06 Jun 2014 13:19:25 -0400 Message-ID: References: <87fvjipfak.fsf@gilgamesch.quim.ucm.es> <874mzy2ssl.fsf@uwakimon.sk.tsukuba.ac.jp> <87iooefc39.fsf@gilgamesch.quim.ucm.es> <8361ke3yr7.fsf@gnu.org> <87fvjip05t.fsf@gilgamesch.quim.ucm.es> <834mzy3wgn.fsf@gnu.org> <87bnu6ov4l.fsf@gilgamesch.quim.ucm.es> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1402075194 25701 80.91.229.3 (6 Jun 2014 17:19:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 6 Jun 2014 17:19:54 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 06 19:19:47 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Wsxns-0003mD-D6 for ged-emacs-devel@m.gmane.org; Fri, 06 Jun 2014 19:19:44 +0200 Original-Received: from localhost ([::1]:48635 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wsxnr-0004zB-UP for ged-emacs-devel@m.gmane.org; Fri, 06 Jun 2014 13:19:43 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39875) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wsxni-0004xT-D8 for emacs-devel@gnu.org; Fri, 06 Jun 2014 13:19:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wsxna-0004GT-Je for emacs-devel@gnu.org; Fri, 06 Jun 2014 13:19:34 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:9547) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wsxna-0004GM-Fq for emacs-devel@gnu.org; Fri, 06 Jun 2014 13:19:26 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArYGAIDvNVPO+IOj/2dsb2JhbABZgwaDSlK/a4EXF3SCJQEBAQECASMELygLCQIaAhgOAgIUGA2IKAiTA5wYon4XgSmNWBaCWYFJAQOpGYFqg0wh X-IPAS-Result: ArYGAIDvNVPO+IOj/2dsb2JhbABZgwaDSlK/a4EXF3SCJQEBAQECASMELygLCQIaAhgOAgIUGA2IKAiTA5wYon4XgSmNWBaCWYFJAQOpGYFqg0wh X-IronPort-AV: E=Sophos;i="4.97,753,1389762000"; d="scan'208";a="66048563" Original-Received: from 206-248-131-163.dsl.teksavvy.com (HELO pastel.home) ([206.248.131.163]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 06 Jun 2014 13:19:25 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id AA583600D1; Fri, 6 Jun 2014 13:19:25 -0400 (EDT) In-Reply-To: <87bnu6ov4l.fsf@gilgamesch.quim.ucm.es> (Uwe Brauer's message of "Fri, 06 Jun 2014 18:33:46 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:172404 Archived-At: > So typing=20 > =D7=A9=D7=9C=D7=95=D7=9D --> =D7=A9=D6=B8=D7=9C=D6=B9=D7=9D=20 > This means typing less gives more. I don't know what the above arrow notation means, nor what it takes to type either side of the arrow, so I don't know why that explains "typing less gives more". > know of would be good old iso-deaccentuate in of pre mule days.[1] [...] > [1] which still works and makes sense in Xemacs due to a different > implementation of Mule, I presume. FWIW, iso-deaccentuate is still in obsolete/iso-acc.el and still works, at least for "=C3=A9". Stefan