From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#13599: 24.2; (max-char) is too low (and hard to change) Date: Fri, 01 Feb 2013 09:43:10 +0200 Message-ID: <83d2wkcwdt.fsf@gnu.org> References: <83k3qtcgro.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1359704667 8783 80.91.229.3 (1 Feb 2013 07:44:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 1 Feb 2013 07:44:27 +0000 (UTC) Cc: magnars@gmail.com, 13599@debbugs.gnu.org To: Josh Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Feb 01 08:44:47 2013 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1U1BIe-00070V-4c for geb-bug-gnu-emacs@m.gmane.org; Fri, 01 Feb 2013 08:44:40 +0100 Original-Received: from localhost ([::1]:40014 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U1BIM-0003gB-0t for geb-bug-gnu-emacs@m.gmane.org; Fri, 01 Feb 2013 02:44:22 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:53874) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U1BIH-0003fn-Fk for bug-gnu-emacs@gnu.org; Fri, 01 Feb 2013 02:44:19 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U1BIG-0004GS-CM for bug-gnu-emacs@gnu.org; Fri, 01 Feb 2013 02:44:17 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:53052) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U1BIG-0004GN-8x for bug-gnu-emacs@gnu.org; Fri, 01 Feb 2013 02:44:16 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1U1BJ0-000115-Cn for bug-gnu-emacs@gnu.org; Fri, 01 Feb 2013 02:45:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 01 Feb 2013 07:45:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 13599 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 13599-submit@debbugs.gnu.org id=B13599.13597046493836 (code B ref 13599); Fri, 01 Feb 2013 07:45:02 +0000 Original-Received: (at 13599) by debbugs.gnu.org; 1 Feb 2013 07:44:09 +0000 Original-Received: from localhost ([127.0.0.1]:58516 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U1BI9-0000zp-7Y for submit@debbugs.gnu.org; Fri, 01 Feb 2013 02:44:09 -0500 Original-Received: from mtaout21.012.net.il ([80.179.55.169]:46477) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U1BI7-0000zg-5e for 13599@debbugs.gnu.org; Fri, 01 Feb 2013 02:44:08 -0500 Original-Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0MHJ005006R5Q500@a-mtaout21.012.net.il> for 13599@debbugs.gnu.org; Fri, 01 Feb 2013 09:43:19 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MHJ005K46S6NO60@a-mtaout21.012.net.il>; Fri, 01 Feb 2013 09:43:19 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:70554 Archived-At: > From: Josh > Date: Thu, 31 Jan 2013 13:22:20 -0800 > Cc: Magnar Sveen , 13599@debbugs.gnu.org > > At a minimum the fact that (characterp (read-char)) can ever return > nil indicates disagreement between the two functions about exactly > what a "character" is. Yes, "character" is an overloaded term.