From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Harald Hanche-Olsen Newsgroups: gmane.emacs.help Subject: Re: Emacs preferences. Date: Mon, 16 Jul 2007 17:43:31 +0200 Organization: Norwegian university of science and technology Message-ID: References: <1184584935.373519.178970@57g2000hsv.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1184604056 13399 80.91.229.12 (16 Jul 2007 16:40:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 16 Jul 2007 16:40:56 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jul 16 18:40:54 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IATcz-0000Eq-Q3 for geh-help-gnu-emacs@m.gmane.org; Mon, 16 Jul 2007 18:40:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IATcz-0006xm-C7 for geh-help-gnu-emacs@m.gmane.org; Mon, 16 Jul 2007 12:40:53 -0400 Original-Path: shelby.stanford.edu!headwall.stanford.edu!newsfeed.news2me.com!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.freenet.de!news.tiscali.de!uio.no!ntnu.no!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 27 Original-NNTP-Posting-Host: fiinbeck.math.ntnu.no Original-X-Trace: orkan.itea.ntnu.no 1184600612 31259 129.241.15.140 (16 Jul 2007 15:43:32 GMT) Original-X-Complaints-To: usenet@itea.ntnu.no Original-NNTP-Posting-Date: Mon, 16 Jul 2007 15:43:32 +0000 (UTC) User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.0 (berkeley-unix) Cancel-Lock: sha1:Cx+S4WtxxS6odB1T+pyH67bGRyQ= Original-Xref: shelby.stanford.edu gnu.emacs.help:150148 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:45735 Archived-At: + vincent.marguerit@gmail.com: | I am under Mac OS X and and changed my .emacs file to this: | [...] | (set-keyboard-coding-system 'latin-1) This is the one thing I can't get to work either. After a bit of fiddling I ended up with this: (when (eq window-system 'mac) (add-hook 'after-init-hook (lambda () (set-keyboard-coding-system 'iso-latin-1)))) and, oddly enough, I think that did work for a while but now I have to type C-x C-m k latin-1 RET after emacs has started up. This is on GNU emacs built from the emacs-unicode-2 CVS branch: GNU Emacs 23.0.0.1 (powerpc-apple-darwin8.9.0, Carbon Version 1.6.0) Does anybody else see this? Any idea why? -- * Harald Hanche-Olsen - It is undesirable to believe a proposition when there is no ground whatsoever for supposing it is true. -- Bertrand Russell