From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 06 21:57:55 2014 Received: (at submit) by debbugs.gnu.org; 7 Feb 2014 02:57:55 +0000 Received: from localhost ([127.0.0.1]:53911 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WBbda-0003SJ-G9 for submit@debbugs.gnu.org; Thu, 06 Feb 2014 21:57:54 -0500 Received: from eggs.gnu.org ([208.118.235.92]:58048) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WBbdX-0003S8-SO for submit@debbugs.gnu.org; Thu, 06 Feb 2014 21:57:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WBbdN-000559-HS for submit@debbugs.gnu.org; Thu, 06 Feb 2014 21:57:51 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:48213) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WBbdN-000555-DR for submit@debbugs.gnu.org; Thu, 06 Feb 2014 21:57:41 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59664) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WBbdE-0002yL-FH for bug-gnu-emacs@gnu.org; Thu, 06 Feb 2014 21:57:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WBbd5-00051S-Jd for bug-gnu-emacs@gnu.org; Thu, 06 Feb 2014 21:57:32 -0500 Received: from userp1040.oracle.com ([156.151.31.81]:39946) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WBbd5-00051G-99 for bug-gnu-emacs@gnu.org; Thu, 06 Feb 2014 21:57:23 -0500 Received: from ucsinet21.oracle.com (ucsinet21.oracle.com [156.151.31.93]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id s172vL9O032468 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 7 Feb 2014 02:57:22 GMT Received: from userz7022.oracle.com (userz7022.oracle.com [156.151.31.86]) by ucsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id s172vLoZ017877 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 7 Feb 2014 02:57:21 GMT Received: from abhmp0012.oracle.com (abhmp0012.oracle.com [141.146.116.18]) by userz7022.oracle.com (8.14.5+Sun/8.14.4) with ESMTP id s172vK9Z004406 for ; Fri, 7 Feb 2014 02:57:21 GMT MIME-Version: 1.0 Message-ID: <2ba9d857-f8b1-4f0b-8640-41229d998838@default> Date: Thu, 6 Feb 2014 18:57:20 -0800 (PST) From: Drew Adams To: bug-gnu-emacs@gnu.org Subject: 24.3.50; Wrong type argument: char-or-string-p, 67108923 X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.8 (707110) [OL 12.0.6680.5000 (x86)] Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Source-IP: ucsinet21.oracle.com [156.151.31.93] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) emacs -Q C-q C-; Gives the cited error message. It should give a more user interface-level error, saying something to the effect that the key sequence you used does not correspond to a character. Note: in Emacs 20, this just inserts the escape character (^[), which is wrong. In Emacs 22, it just inserts the semicolon character (;), which is also wrong. Emacs 23 got it right, but it did not make the extra effort to give the user an error message that s?he deserves: something more helpful than a low-level barf message (even if that message might be comprehensible to a knowledgable Emacs user). Emacs can do better than that - this is, after all, a command, i.e., something that users use directly. (I discovered this by accident, when my fingers slipped.) In GNU Emacs 24.3.50.1 (i686-pc-mingw32) of 2014-02-02 on ODIEONE Bzr revision: 116242 rudalics@gmx.at-20140202130041-n967dw77nw7ztvy9 Windowing system distributor `Microsoft Corp.', version 6.1.7601 Configured using: `configure --prefix=3D/c/Devel/emacs/binary --enable-checking=3Dyes,glyphs 'CFLAGS=3D-O0 -g3' LDFLAGS=3D-Lc:/Devel/emacs/lib CPPFLAGS=3D-Ic:/Devel/emacs/include' From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 06 22:55:48 2014 Received: (at 16677) by debbugs.gnu.org; 7 Feb 2014 03:55:49 +0000 Received: from localhost ([127.0.0.1]:54036 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WBcXb-0006Fn-S2 for submit@debbugs.gnu.org; Thu, 06 Feb 2014 22:55:48 -0500 Received: from mail-ea0-f180.google.com ([209.85.215.180]:57747) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WBcXZ-0006Fe-DQ for 16677@debbugs.gnu.org; Thu, 06 Feb 2014 22:55:46 -0500 Received: by mail-ea0-f180.google.com with SMTP id o10so1288324eaj.11 for <16677@debbugs.gnu.org>; Thu, 06 Feb 2014 19:55:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=U0mOd3E05zcgoJbdi/jvhnam+Iv9BjPtjh10d3TF3ho=; b=CaqGIuDpiDHNal6/N4hf50NA0egkgrqQq5cZiQJBzJfobFeJs7DXJ9BmPee+qCVlCp /4yenP1ysqm2xuN/kM3ri1k3C0aIJle6Pwdq5I82BesMWAj1/kHT28vFu5v2c7+Xba3p UIE3ZbYGLc0YX4RSoDxUFgpVSwnyD42YkI8P7Ki/8aBhv0sFXAK5DfdMhp9jALLoO4QB AgTLggX7V1HTOZM50t/n6rzljQGHd3g+fv9mtjlaGDZAr1RxZGkrg1ISC9GIfrx7HSR5 6/dXQwgFVQjbB2VpaPpxU2MYZ7HZgQDDyXVHiKdtIXp1I+0LkjdUGFKuJNnz+A4sLdyg 4kfA== X-Received: by 10.14.177.1 with SMTP id c1mr13622098eem.8.1391745344424; Thu, 06 Feb 2014 19:55:44 -0800 (PST) MIME-Version: 1.0 Received: by 10.14.128.133 with HTTP; Thu, 6 Feb 2014 19:55:04 -0800 (PST) In-Reply-To: <2ba9d857-f8b1-4f0b-8640-41229d998838@default> References: <2ba9d857-f8b1-4f0b-8640-41229d998838@default> From: Juanma Barranquero Date: Fri, 7 Feb 2014 04:55:04 +0100 Message-ID: Subject: Re: bug#16677: 24.3.50; Wrong type argument: char-or-string-p, 67108923 To: Drew Adams Content-Type: text/plain; charset=UTF-8 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 16677 Cc: 16677@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) On Fri, Feb 7, 2014 at 3:57 AM, Drew Adams wrote: > Emacs 23 got it right, but it did not make the extra effort to give the > user an error message that s?he deserves: something more helpful than a > low-level barf message (even if that message might be comprehensible to > a knowledgable Emacs user). It's not just an UI issue. If you type that in a buffer with binary overwrite mode enabled, quoted-insert will delete a char and then barf. So I'd suggest this: === modified file 'lisp/simple.el' --- lisp/simple.el 2014-02-07 03:22:34 +0000 +++ lisp/simple.el 2014-02-07 03:54:27 +0000 @@ -739,4 +739,7 @@ ;; (<= char ?\377)) ;; (setq char (unibyte-char-to-multibyte char))) + (unless (characterp char) + (user-error "%s is not a character" + (help-key-description (vector char) nil))) (if (> arg 0) (if (eq overwrite-mode 'overwrite-mode-binary) From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 07 03:02:10 2014 Received: (at 16677) by debbugs.gnu.org; 7 Feb 2014 08:02:10 +0000 Received: from localhost ([127.0.0.1]:54220 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WBgO0-0006YV-W7 for submit@debbugs.gnu.org; Fri, 07 Feb 2014 03:02:09 -0500 Received: from mtaout20.012.net.il ([80.179.55.166]:46005) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WBgNx-0006Xq-42 for 16677@debbugs.gnu.org; Fri, 07 Feb 2014 03:02:06 -0500 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0N0M00F008PL1Q00@a-mtaout20.012.net.il> for 16677@debbugs.gnu.org; Fri, 07 Feb 2014 10:02:03 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0N0M00E3O8ZBY920@a-mtaout20.012.net.il>; Fri, 07 Feb 2014 10:01:59 +0200 (IST) Date: Fri, 07 Feb 2014 10:01:59 +0200 From: Eli Zaretskii Subject: Re: bug#16677: 24.3.50; Wrong type argument: char-or-string-p, 67108923 In-reply-to: X-012-Sender: halo1@inter.net.il To: Juanma Barranquero Message-id: <83ppmzxseg.fsf@gnu.org> References: <2ba9d857-f8b1-4f0b-8640-41229d998838@default> X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 16677 Cc: 16677@debbugs.gnu.org, drew.adams@oracle.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) > From: Juanma Barranquero > Date: Fri, 7 Feb 2014 04:55:04 +0100 > Cc: 16677@debbugs.gnu.org > > + (unless (characterp char) > + (user-error "%s is not a character" > + (help-key-description (vector char) nil))) "%s is not a valid character" is a better error message, IMO. From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 07 05:52:56 2014 Received: (at 16677) by debbugs.gnu.org; 7 Feb 2014 10:52:56 +0000 Received: from localhost ([127.0.0.1]:54334 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WBj3H-0003hL-F2 for submit@debbugs.gnu.org; Fri, 07 Feb 2014 05:52:55 -0500 Received: from mail-ee0-f41.google.com ([74.125.83.41]:50243) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WBj3E-0003hB-0s for 16677@debbugs.gnu.org; Fri, 07 Feb 2014 05:52:53 -0500 Received: by mail-ee0-f41.google.com with SMTP id e51so1236152eek.0 for <16677@debbugs.gnu.org>; Fri, 07 Feb 2014 02:52:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=4KnO2h/dNoyHxkLNLKSOJ9n5gGalNBODwMJUvYs69eY=; b=Bu3y4GXTdZnWvmqEpYoJN9RR5dxF9IwN0ndWVUJOcVLqwJ/XL4Z13uP/HnKED465SY vV/ErGhdNRtkLC/uXg928rZ5xpcZpLXK1jK37mO2lyXIAAILOrKsFcfJqBjkjLErhsdA jMDlIPQL4BBxqf30VrRa7OoruztoWeRmxJTnHa8w8tSF9SMkAGTY1aXQCs937BFVuFxe gPE7Jg5/4bFhet/p71eQJjWTpxB6ki+EVCCangmnF0d7KJJnn7f4rF2EsU3JO8IB2S+B TiSP/+R28NgZmMuWpY8JmXjunPmKadIod1ZVhPgVutQWs5XqrzPVUmv8iZCPLimV1ai5 3ADA== X-Received: by 10.15.22.65 with SMTP id e41mr15408596eeu.5.1391770371030; Fri, 07 Feb 2014 02:52:51 -0800 (PST) MIME-Version: 1.0 Received: by 10.14.128.133 with HTTP; Fri, 7 Feb 2014 02:52:10 -0800 (PST) In-Reply-To: <83ppmzxseg.fsf@gnu.org> References: <2ba9d857-f8b1-4f0b-8640-41229d998838@default> <83ppmzxseg.fsf@gnu.org> From: Juanma Barranquero Date: Fri, 7 Feb 2014 11:52:10 +0100 Message-ID: Subject: Re: bug#16677: 24.3.50; Wrong type argument: char-or-string-p, 67108923 To: Eli Zaretskii Content-Type: text/plain; charset=UTF-8 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 16677 Cc: 16677@debbugs.gnu.org, Drew Adams X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) On Fri, Feb 7, 2014 at 9:01 AM, Eli Zaretskii wrote: > "%s is not a valid character" is a better error message, IMO. You're right. Thanks. From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 07 06:15:49 2014 Received: (at 16677-done) by debbugs.gnu.org; 7 Feb 2014 11:15:49 +0000 Received: from localhost ([127.0.0.1]:54354 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WBjPQ-0004La-28 for submit@debbugs.gnu.org; Fri, 07 Feb 2014 06:15:48 -0500 Received: from mail-ee0-f49.google.com ([74.125.83.49]:32938) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WBjPN-0004LO-Jf for 16677-done@debbugs.gnu.org; Fri, 07 Feb 2014 06:15:46 -0500 Received: by mail-ee0-f49.google.com with SMTP id d17so1460581eek.8 for <16677-done@debbugs.gnu.org>; Fri, 07 Feb 2014 03:15:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=V8/J0ETuWgTJDD+hy76CHtPUpMElr1fWiSbMTsKyp/g=; b=VDOlukOG5P/NauKMaWt5N7HySSqrehI6cALGT/3Rb8N2dypZODcHDYvfalMfcAuOYM f+yoGo+Qd1mLJvVwUo+BtNjOOz7GUTl7zHup1ThBzzyhvK/6ngxH+dMWJ/0GIGqwcWHY irUe/F2WX0Zh56B+U+47a4cwMApFipZQf9eeckxj5r/V+r6UAk+dKE54I1wOdxUPCSD1 0xhx0DkXOl1eILf8rkOqYSsjrsZ9yfF/OtbmwHfQU2QKpuAhTR0Q5GHUOemLDEheW5vW YrQGDeK5C+9Xz76aYf+hJPOuEKhl+LKD8RrUITD/m6uYRtySsTFJxCeySTBrmmTc2XYD ucag== X-Received: by 10.15.81.196 with SMTP id x44mr15425719eey.31.1391771744808; Fri, 07 Feb 2014 03:15:44 -0800 (PST) MIME-Version: 1.0 Received: by 10.14.128.133 with HTTP; Fri, 7 Feb 2014 03:15:04 -0800 (PST) In-Reply-To: References: <2ba9d857-f8b1-4f0b-8640-41229d998838@default> <83ppmzxseg.fsf@gnu.org> From: Juanma Barranquero Date: Fri, 7 Feb 2014 12:15:04 +0100 Message-ID: Subject: Re: bug#16677: 24.3.50; Wrong type argument: char-or-string-p, 67108923 To: Eli Zaretskii Content-Type: text/plain; charset=UTF-8 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 16677-done Cc: 16677-done@debbugs.gnu.org, Drew Adams X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) Committed (using key-description instead of help-key-description). From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 07 12:02:52 2014 Received: (at 16677) by debbugs.gnu.org; 7 Feb 2014 17:02:52 +0000 Received: from localhost ([127.0.0.1]:55311 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WBopH-0007uV-6j for submit@debbugs.gnu.org; Fri, 07 Feb 2014 12:02:51 -0500 Received: from userp1040.oracle.com ([156.151.31.81]:49273) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WBopE-0007uL-48 for 16677@debbugs.gnu.org; Fri, 07 Feb 2014 12:02:49 -0500 Received: from acsinet22.oracle.com (acsinet22.oracle.com [141.146.126.238]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id s17H2jdM031144 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 7 Feb 2014 17:02:46 GMT Received: from userz7022.oracle.com (userz7022.oracle.com [156.151.31.86]) by acsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id s17H2iRs012163 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 7 Feb 2014 17:02:45 GMT Received: from abhmp0012.oracle.com (abhmp0012.oracle.com [141.146.116.18]) by userz7022.oracle.com (8.14.5+Sun/8.14.4) with ESMTP id s17H2igj015602; Fri, 7 Feb 2014 17:02:44 GMT MIME-Version: 1.0 Message-ID: <6576d313-9156-4f44-94aa-2c2d24e963f9@default> Date: Fri, 7 Feb 2014 09:02:43 -0800 (PST) From: Drew Adams To: Eli Zaretskii , Juanma Barranquero Subject: RE: bug#16677: 24.3.50; Wrong type argument: char-or-string-p, 67108923 References: <<2ba9d857-f8b1-4f0b-8640-41229d998838@default>> <> <<83ppmzxseg.fsf@gnu.org>> In-Reply-To: <<83ppmzxseg.fsf@gnu.org>> X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.8 (707110) [OL 12.0.6680.5000 (x86)] Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Source-IP: acsinet22.oracle.com [141.146.126.238] X-Spam-Score: -2.9 (--) X-Debbugs-Envelope-To: 16677 Cc: 16677@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.9 (--) > > + (unless (characterp char) > > + (user-error "%s is not a character" > > + (help-key-description (vector char) nil))) >=20 > "%s is not a valid character" is a better error message, IMO. Yes; thanks to both of you for such a fix. From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 08 05:21:43 2014 Received: (at 16677) by debbugs.gnu.org; 8 Feb 2014 10:21:43 +0000 Received: from localhost ([127.0.0.1]:56462 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WC52d-0001Xn-A2 for submit@debbugs.gnu.org; Sat, 08 Feb 2014 05:21:43 -0500 Received: from [69.163.184.122] (port=57172 helo=ps18281.dreamhostps.com) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WC52a-0001Xc-VT for 16677@debbugs.gnu.org; Sat, 08 Feb 2014 05:21:41 -0500 Received: from localhost.jurta.org (ps18281.dreamhostps.com [69.163.184.122]) by ps18281.dreamhostps.com (Postfix) with ESMTP id 0C0A63009A435D; Sat, 8 Feb 2014 02:21:38 -0800 (PST) From: Juri Linkov To: Juanma Barranquero Subject: Re: bug#16677: 24.3.50; Wrong type argument: char-or-string-p, 67108923 Organization: JURTA References: <2ba9d857-f8b1-4f0b-8640-41229d998838@default> <83ppmzxseg.fsf@gnu.org> Date: Sat, 08 Feb 2014 12:20:57 +0200 In-Reply-To: (Juanma Barranquero's message of "Fri, 7 Feb 2014 11:52:10 +0100") Message-ID: <87zjm1oqgm.fsf@mail.jurta.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: >> "%s is not a valid character" is a better error message, IMO. > > You're right. Thanks. I installed the same change to `isearch-quote-char' as well. [...] Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 1.3 RDNS_NONE Delivered to internal network by a host with no rDNS X-Debbugs-Envelope-To: 16677 Cc: Eli Zaretskii , 16677@debbugs.gnu.org, Drew Adams X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: >> "%s is not a valid character" is a better error message, IMO. > > You're right. Thanks. I installed the same change to `isearch-quote-char' as well. [...] Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 1.3 RDNS_NONE Delivered to internal network by a host with no rDNS >> "%s is not a valid character" is a better error message, IMO. > > You're right. Thanks. I installed the same change to `isearch-quote-char' as well. From unknown Sun Aug 17 22:06:42 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 08 Mar 2014 12:24:07 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator