From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Hansen Newsgroups: gmane.emacs.help Subject: Re: How to change `standard-display-table' at startup. Date: Sun, 08 Jun 2008 09:04:02 +0200 Organization: disorganized Message-ID: <87bq2cflwd.fsf@localhorst.mine.nu> References: <87zlpy1g0q.fsf@localhorst.mine.nu> <87r6ba1cyl.fsf@localhorst.mine.nu> <87abhx0zwj.fsf@localhorst.mine.nu> <87skvpylrl.fsf@localhorst.mine.nu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1212908931 29861 80.91.229.12 (8 Jun 2008 07:08:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 8 Jun 2008 07:08:51 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jun 08 09:09:34 2008 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 1K5F1v-0002M4-7Y for geh-help-gnu-emacs@m.gmane.org; Sun, 08 Jun 2008 09:09:31 +0200 Original-Received: from localhost ([127.0.0.1]:37823 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K5F18-0003T6-9D for geh-help-gnu-emacs@m.gmane.org; Sun, 08 Jun 2008 03:08:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K5F0q-0003T1-2N for help-gnu-emacs@gnu.org; Sun, 08 Jun 2008 03:08:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K5F0n-0003Sp-LC for help-gnu-emacs@gnu.org; Sun, 08 Jun 2008 03:08:22 -0400 Original-Received: from [199.232.76.173] (port=60901 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K5F0n-0003Sm-GP for help-gnu-emacs@gnu.org; Sun, 08 Jun 2008 03:08:21 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:56256) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K5F0m-0007fJ-Tx for help-gnu-emacs@gnu.org; Sun, 08 Jun 2008 03:08:21 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K5F0j-0001jl-Ll for help-gnu-emacs@gnu.org; Sun, 08 Jun 2008 03:08:17 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1K5F0h-0008GY-2U for help-gnu-emacs@gnu.org; Sun, 08 Jun 2008 07:08:15 +0000 Original-Received: from e178028044.adsl.alicedsl.de ([85.178.28.44]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 08 Jun 2008 07:08:15 +0000 Original-Received: from david.hansen by e178028044.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 08 Jun 2008 07:08:15 +0000 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: help-gnu-emacs@gnu.org Original-Lines: 23 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: e178028044.adsl.alicedsl.de Mail-Copies-To: nobody User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:/osd6NbAMdjMJ5/r6Nteodx08ZU= X-detected-kernel: by mx20.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:54607 Archived-At: On Sun, 08 Jun 2008 09:27:39 +0300 Eli Zaretskii wrote: >> From: David Hansen >> Date: Sat, 07 Jun 2008 23:31:58 +0200 >> >> Another oddity I just encountered: C-u C-x = on a backtick signals >> an error: >> >> Debugger entered--Lisp error: (wrong-type-argument characterp 4194400) >> get-char-code-property(4194400 iso-10646-comment) >> describe-char(193) >> what-cursor-position((4)) >> call-interactively(what-cursor-position nil nil) > > Not here, not on the ASCII backtick, anyway. Are you sure you typed > the backtick character, ASCII code 96, and not some similar Unicode > character? The large character code suggests it's not an ASCII > backtick. Nah, the backtick is the char I changed in the display table to get it displayed with the bold face. David