From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: D. Goel Newsgroups: gmane.emacs.help Subject: Re: prompt: "Select one of these safe coding systems" Date: 25 Nov 2002 07:01:34 -0500 Organization: Posted via Supernews, http://www.supernews.com Sender: help-gnu-emacs-admin@gnu.org Message-ID: <87znrxuach.fsf@computer.localdomain> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1038225977 30950 80.91.224.249 (25 Nov 2002 12:06:17 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 25 Nov 2002 12:06:17 +0000 (UTC) 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 18GI0F-00082v-00 for ; Mon, 25 Nov 2002 13:06:15 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18GI0T-0004YQ-00; Mon, 25 Nov 2002 07:06:29 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!sn-xit-05!sn-xit-03!sn-xit-01!sn-post-01!supernews.com!corp.supernews.com!not-for-mail Original-Newsgroups: gnu.emacs.help X-Face: #5@=vrmx5t3mZaPY8(mR.n+V#:%4NW7j5A&^}@lGp2rK;CQ4%iH1v'gh/^A)w5*6c&R2(P' 4+seYDq8OK'LPI/C(C^A*w|f*t+8,'T8b#_0~h3!A7GoVroE[cr0Fb'A0%SdU|Lk@gBV&1vA User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Original-X-Complaints-To: abuse@supernews.com Original-Lines: 19 Original-Xref: shelby.stanford.edu gnu.emacs.help:107411 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:3962 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:3962 Eli Zaretskii writes: > On 24 Nov 2002, D. Goel wrote: > > > [1] It seems I cannot get emacs to follow a system I want (utf-8) by > > default. It still tries other systems and then shows me utf-8 among > > the list of choices. What am i doing wrong? > > How did you try to achieve that? The right way is to use > prefer-coding-system, I think. ahh, i was not using that. I was trying to setq default-buffer-coding-system. Thanks for all your other hints, Eli. Will try those out.