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: Problem with viper-replace-char and Swedish characters on w32 Date: Thu, 30 Mar 2006 17:20:09 -0500 Message-ID: References: <4423DA03.2040503@student.lu.se> <442AE207.6000802@student.lu.se> <442AF208.6090705@student.lu.se> <442AF8AC.5020907@student.lu.se> <442B1118.50200@student.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1143757237 30799 80.91.229.2 (30 Mar 2006 22:20:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 30 Mar 2006 22:20:37 +0000 (UTC) Cc: Michael Kifer , Emacs Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 31 00:20:35 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FP5VH-0004fi-TM for ged-emacs-devel@m.gmane.org; Fri, 31 Mar 2006 00:20:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FP5VG-0005Qf-JN for ged-emacs-devel@m.gmane.org; Thu, 30 Mar 2006 17:20:30 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FP5V3-0005QX-7h for emacs-devel@gnu.org; Thu, 30 Mar 2006 17:20:17 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FP5V1-0005QL-Lh for emacs-devel@gnu.org; Thu, 30 Mar 2006 17:20:16 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FP5V1-0005QI-H7 for emacs-devel@gnu.org; Thu, 30 Mar 2006 17:20:15 -0500 Original-Received: from [132.204.24.67] (helo=mercure.iro.umontreal.ca) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FP5XH-00046N-NL for emacs-devel@gnu.org; Thu, 30 Mar 2006 17:22:35 -0500 Original-Received: from hidalgo.iro.umontreal.ca (hidalgo.iro.umontreal.ca [132.204.27.50]) by mercure.iro.umontreal.ca (Postfix) with ESMTP id C9A382CF5DC; Thu, 30 Mar 2006 17:20:14 -0500 (EST) Original-Received: from asado.iro.umontreal.ca (asado.iro.umontreal.ca [132.204.24.84]) by hidalgo.iro.umontreal.ca (Postfix) with ESMTP id D8D2B445C; Thu, 30 Mar 2006 17:20:09 -0500 (EST) Original-Received: by asado.iro.umontreal.ca (Postfix, from userid 20848) id C0FFE7152F; Thu, 30 Mar 2006 17:20:09 -0500 (EST) Original-To: Lennart Borgman In-Reply-To: <442B1118.50200@student.lu.se> (Lennart Borgman's message of "Thu, 30 Mar 2006 00:58:32 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-DIRO-MailScanner-Information: Please contact the ISP for more information X-DIRO-MailScanner: Found to be clean X-DIRO-MailScanner-SpamCheck: n'est pas un polluriel, SpamAssassin (score=-2.82, requis 5, autolearn=not spam, ALL_TRUSTED -2.82) X-DIRO-MailScanner-From: monnier@iro.umontreal.ca X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:52234 Archived-At: >> ESC maybe not, but C-x 8 very much so: C-x e ' generates an =E9 > I did not know. I guess you mean C-x 8 ' e. Yes, sorry, that's what I meant. > But that actually seems to work with your suggestion above. The problem is when the user doesn't want to insert =E9 but C-x (aka ASCII code 24). Stefan