From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: =?iso-8859-1?q?viper_mode_=22r=22_command_and_swedish_character_?= =?iso-8859-1?q?=F6?= Date: Sun, 22 Jan 2006 23:57:10 +0100 Message-ID: <43D40DC6.2010606@student.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: Quoted-Printable X-Trace: sea.gmane.org 1137972540 1779 80.91.229.2 (22 Jan 2006 23:29:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 22 Jan 2006 23:29:00 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 23 00:28:58 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 1F0odU-0001nN-SY for ged-emacs-devel@m.gmane.org; Mon, 23 Jan 2006 00:28:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F0og5-00014H-Jz for ged-emacs-devel@m.gmane.org; Sun, 22 Jan 2006 18:31:21 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F0oBm-0000bA-Sv for emacs-devel@gnu.org; Sun, 22 Jan 2006 18:00:03 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F0oBk-0000ZO-Ff for emacs-devel@gnu.org; Sun, 22 Jan 2006 18:00:01 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F0oBk-0000Yq-8F for emacs-devel@gnu.org; Sun, 22 Jan 2006 18:00:00 -0500 Original-Received: from [81.228.8.164] (helo=pne-smtpout2-sn2.hy.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1F0oGN-0003NK-Jq for emacs-devel@gnu.org; Sun, 22 Jan 2006 18:04:47 -0500 Original-Received: from [192.168.123.121] (83.249.218.244) by pne-smtpout2-sn2.hy.skanova.net (7.2.069.1) id 43CFE419000B47F4; Sun, 22 Jan 2006 23:57:15 +0100 User-Agent: Thunderbird 1.5 (Windows/20051201) Original-To: Emacs Devel , Michael Kifer 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:49416 Archived-At: I start Emacs with emacs -Q and type some text in the *Scratch* buffer. Then I switch to M-x viper-mode and type "r" (for `viper-replace-char') and then the swedish letter "=F6"= .=20 The screen now instead of "=F6" shows \366. This is with GNU Emacs 22.0.50.1 (i386-mingw-nt5.0.2195) of 2006-01-06.=20 C-h C gives: Coding system for saving this buffer: Not set locally, use the default. Default coding system (for new files): 1 -- iso-latin-1 (alias: iso-8859-1 latin-1) Coding system for keyboard input: * -- cp1252 (alias of windows-1252) Coding system for terminal output: * -- cp1252 (alias of windows-1252) Defaults for subprocess I/O: decoding: - -- undecided-dos encoding: - -- undecided-unix