From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Ole Laursen Newsgroups: gmane.emacs.help Subject: Binding non-ASCII keys in .emacs not working Date: 11 May 2003 17:40:45 +0200 Organization: TDC Internet Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <878ytdpk3m.fsf@bach.composers> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1052667830 24048 80.91.224.249 (11 May 2003 15:43:50 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 11 May 2003 15:43:50 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Sun May 11 17:43:49 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 19EszM-0006Fh-00 for ; Sun, 11 May 2003 17:43:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19EswR-0006Op-04 for gnu-help-gnu-emacs@m.gmane.org; Sun, 11 May 2003 11:40:47 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!news-lond.gip.net!news.tele.dk!news.tele.dk!small.news.tele.dk!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 Original-Lines: 40 Original-NNTP-Posting-Host: 131.165.63.132 Original-X-Trace: 1052667620 dread11.news.tele.dk 18195 131.165.63.132 Original-X-Complaints-To: abuse@post.tele.dk Original-Xref: shelby.stanford.edu gnu.emacs.help:113070 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:9565 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:9565 Hi, I used to have (global-set-key [(control æ)] 'delete-line) ^ non-ASCII character in my .emacs. But after Debian upgraded to 21.3, it doesn't work anymore. 'C-u C-x =' on top of the 'æ' says character: æ (04346, 2278, 0x8e6) charset: latin-iso8859-1 (Right-Hand Part of Latin Alphabet 1 (ISO/IEC 8859-1): ISO-IR-100) code point: 102 syntax: word category: l:Latin buffer code: 0x81 0xE6 file code: E6 (encoded by coding system iso-latin-1-unix) font: -Misc-Fixed-Medium-R-Normal--15-140-75-75-C-90-ISO8859-1 As a consequence of asking about this before here (I think) I used to have '-*- unibyte: t -*-' at the top of the file. Removing that and restarting doesn't change anything. "locale" says LANG=da_DK.ISO-8859-1 ... Running 'C-h k C-æ' says æ runs the command self-insert-command (self-insert-command N) which is an interactive built-in function. What do I do? I miss delete-line for deleting lines when I have something in the kill ring I don't want to push further back. -- Ole Laursen http://www.cs.auc.dk/~olau/