From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: s981334@student.ulg.ac.be (=?ISO-8859-1?Q?Aur=E9?=) Newsgroups: gmane.emacs.help Subject: Re: problem with keyboard input Date: 2 Aug 2003 01:55:21 -0700 Organization: http://groups.google.com/ Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <84smosgwbk.fsf@slowfox.is.informatik.uni-duisburg.de> <84aday8tor.fsf@slowfox.is.informatik.uni-duisburg.de> <84adaw556r.fsf@slowfox.is.informatik.uni-duisburg.de> <84ptjpksy3.fsf@slowfox.is.informatik.uni-duisburg.de> NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1059825994 30759 80.91.224.249 (2 Aug 2003 12:06:34 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 2 Aug 2003 12:06:34 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Aug 02 14:06:31 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19iv9b-0007zl-00 for ; Sat, 02 Aug 2003 14:06:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19isFo-0002tm-Ch for geh-help-gnu-emacs@m.gmane.org; Sat, 02 Aug 2003 05:00:44 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 52 Original-NNTP-Posting-Host: 80.200.96.254 Original-X-Trace: posting.google.com 1059814522 5369 127.0.0.1 (2 Aug 2003 08:55:22 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: 2 Aug 2003 08:55:22 GMT Original-Xref: shelby.stanford.edu gnu.emacs.help:115634 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:11547 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:11547 kai.grossjohann@gmx.net (Kai Großjohann) wrote in message news:<84ptjpksy3.fsf@slowfox.is.informatik.uni-duisburg.de>... > s981334@student.ulg.ac.be (Auré) writes: > > > When I try to copy a part of my file, it's seems that problems > > disappear in the new file??!!! > > > > If I erase a part of my file an save on the same name, problems > > desappears too?!!! > > > > But when I copy all the file to the new file, problems comes back > > ?????!!!!!! > > > > :-( > > > > It's very strange like emacs knowed when the file is complete and in > > tex format or not??????? Have you an idea? > > > > Would you like I post you all the file? I'm not sure it's very usefeul > > because I say that's with xemacs there's no problem. So, on you > > computer, It's would be the same things that under xemacs. > > Here is another idea: Use M-% to replace octal escapes with the > corresponding real characters. Use copy and paste to put the octal > escapes into the M-% prompt. > > Then there should be just a few octal escapes left that can show you > where the problem is. It's seems that it doesn't work to replace the octal number with the right character because when I'm typing the new one, it's still the octal number that's appears. But I think I found the problem but I don't known how to change it. It's in the coding system : Coding system for saving this buffer: 1 -- latin-1 (alias of iso-latin-1) Default coding system (for new files): 1 -- iso-latin-1 (alias: iso-8859-1 latin-1) Coding system for keyboard input: u -- utf-8 (alias of mule-utf-8) Coding system for terminal output: u -- utf-8 (alias of mule-utf-8) Defaults for subprocess I/O: decoding: 1 -- iso-latin-1 (alias: iso-8859-1 latin-1) encoding: 1 -- iso-latin-1 (alias: iso-8859-1 latin-1) Coding system for keybord input and terminal output would be latin-1 ? How to change this ? I think it's the right solution because, as I told you, using my file in another editor like xemacs or gedit don't create problems.