From unknown Tue Aug 19 11:04:08 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#16453 <16453@debbugs.gnu.org> To: bug#16453 <16453@debbugs.gnu.org> Subject: Status: 24.3.50; Motion functions not respecting field boundaries as documented Reply-To: bug#16453 <16453@debbugs.gnu.org> Date: Tue, 19 Aug 2025 18:04:08 +0000 retitle 16453 24.3.50; Motion functions not respecting field boundaries as = documented reassign 16453 emacs submitter 16453 Drew Adams severity 16453 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 15 11:17:56 2014 Received: (at submit) by debbugs.gnu.org; 15 Jan 2014 16:17:56 +0000 Received: from localhost ([127.0.0.1]:52257 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1W3TAB-0005h3-G3 for submit@debbugs.gnu.org; Wed, 15 Jan 2014 11:17:55 -0500 Received: from eggs.gnu.org ([208.118.235.92]:41580) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1W3TA8-0005gu-4J for submit@debbugs.gnu.org; Wed, 15 Jan 2014 11:17:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W3T9x-0006yt-DR for submit@debbugs.gnu.org; Wed, 15 Jan 2014 11:17: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=-0.0 required=5.0 tests=BAYES_20 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:53190) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3T9x-0006yp-9J for submit@debbugs.gnu.org; Wed, 15 Jan 2014 11:17:41 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43204) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3T9o-0003Qf-Ev for bug-gnu-emacs@gnu.org; Wed, 15 Jan 2014 11:17:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W3T9f-0006sm-Gd for bug-gnu-emacs@gnu.org; Wed, 15 Jan 2014 11:17:32 -0500 Received: from userp1040.oracle.com ([156.151.31.81]:18667) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3T9f-0006sZ-9O for bug-gnu-emacs@gnu.org; Wed, 15 Jan 2014 11:17:23 -0500 Received: from acsinet21.oracle.com (acsinet21.oracle.com [141.146.126.237]) by userp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id s0FGHL3T027234 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 15 Jan 2014 16:17:22 GMT Received: from userz7022.oracle.com (userz7022.oracle.com [156.151.31.86]) by acsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id s0FGHK7I029995 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 15 Jan 2014 16:17:20 GMT Received: from abhmp0003.oracle.com (abhmp0003.oracle.com [141.146.116.9]) by userz7022.oracle.com (8.14.5+Sun/8.14.4) with ESMTP id s0FGHJut001381 for ; Wed, 15 Jan 2014 16:17:19 GMT MIME-Version: 1.0 Message-ID: Date: Wed, 15 Jan 2014 08:17:19 -0800 (PST) From: Drew Adams To: bug-gnu-emacs@gnu.org Subject: 24.3.50; Motion functions not respecting field boundaries as documented 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: acsinet21.oracle.com [141.146.126.237] 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 (----) (elisp) `Introduction to Minibuffers' says this: The text in the minibuffer always starts with the "prompt string", the text that was specified by the program that is using the minibuffer to tell the user what sort of input to type. This text is marked read-only so you won't accidentally delete or change it. It is also marked as a field (*note Fields::), so that certain motion functions, including `beginning-of-line', `forward-word', `forward-sentence', and `forward-paragraph', stop at the boundary between the prompt and the actual text. So I would expect that `backward-word' and `backward-sexp' would stop at the field boundary, which is the end of the prompt. `beginning-of-line' does indeed do this, as the doc suggests. But `backward-word' and `backward-sexp', at least, do not - they move backward into the prompt. Seems like this is the wrong behavior, and the doc describes the right behavior. But perhaps it is the other way around and this is a doc bug. FWIW, I noticed this because I use a different Lisp symbol completion function in the minibuffer. It moves `backward-sexp' and later tries to delete the text corresponding to the symbol prefix to be completed. If that prefix is empty then it raises the error of attempting to modify read-only text. If `backward-sexp' did what the doc says then it would not leave the field and enter the prompt. This is not important to the bug report - just mentioning how I happened to notice this. In GNU Emacs 24.3.50.1 (i686-pc-mingw32) of 2014-01-07 on ODIEONE Bzr revision: 115916 bzg@gnu.org-20140107233629-du2solx6tmxnx0np 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 Fri Jan 24 11:15:14 2014 Received: (at 16453) by debbugs.gnu.org; 24 Jan 2014 16:15:14 +0000 Received: from localhost ([127.0.0.1]:34704 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1W6jPU-0002dX-Go for submit@debbugs.gnu.org; Fri, 24 Jan 2014 11:15:14 -0500 Received: from mail-wg0-f42.google.com ([74.125.82.42]:34946) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1W6jPR-0002dO-CE for 16453@debbugs.gnu.org; Fri, 24 Jan 2014 11:15:10 -0500 Received: by mail-wg0-f42.google.com with SMTP id l18so2030771wgh.3 for <16453@debbugs.gnu.org>; Fri, 24 Jan 2014 08:15:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type; bh=2FMPCL7MU9ng+gaCVniS5rEKO2+JitRt4MqkdoGd04c=; b=p8P8ApgnbGaOv+o+m4y5L44ZHYWGBfSZY2hMiFHce3fEmqxsssCsxXm99I6vJA6kWI cKCkp/bxwhYBbFoPMs+MwcosPrwEjqC7NhULQkk8hpQ2z5Wg6sqduX5lYcizHJgXKO0S 6t/IZkdZWjHayxGNhBkXPxevs7PfyIsbUFxPsLsmEjHl7FI3gmX8ERojQxyLSL+WQM02 2LRFOc1S7j8Z1473nTL3HX+fsmZxFnyppfE4c5lzaU7i7qHCDIzZk1vNjLuoiFaDnwR1 RpAA/8NndQTVh7esgWpO9HokhI3a4b/p4JXqF1C1TaYecImLQxMfEBtHgm5kWNsb/+Rh lY/g== X-Received: by 10.180.72.239 with SMTP id g15mr3741775wiv.45.1390580108359; Fri, 24 Jan 2014 08:15:08 -0800 (PST) Received: from bzg.localdomain (AMontsouris-651-1-148-18.w83-202.abo.wanadoo.fr. [83.202.7.18]) by mx.google.com with ESMTPSA id q5sm6890941wia.2.2014.01.24.08.15.05 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 24 Jan 2014 08:15:05 -0800 (PST) Received: by bzg.localdomain (Postfix, from userid 1000) id 040A31C208E1; Fri, 24 Jan 2014 17:15:03 +0100 (CET) From: Bastien Guerry To: Drew Adams Subject: Re: bug#16453: 24.3.50; Motion functions not respecting field boundaries as documented In-Reply-To: (Drew Adams's message of "Wed, 15 Jan 2014 08:17:19 -0800 (PST)") References: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) Date: Fri, 24 Jan 2014 17:15:03 +0100 Message-ID: <87iot9nypk.fsf@bzg.ath.cx> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 16453 Cc: 16453@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 (/) --=-=-= Content-Type: text/plain Drew Adams writes: > (elisp) `Introduction to Minibuffers' says this: > > The text in the minibuffer always starts with the "prompt string", > the text that was specified by the program that is using the minibuffer > to tell the user what sort of input to type. This text is marked > read-only so you won't accidentally delete or change it. It is also > marked as a field (*note Fields::), so that certain motion functions, > including `beginning-of-line', `forward-word', `forward-sentence', and > `forward-paragraph', stop at the boundary between the prompt and the > actual text. > > So I would expect that `backward-word' and `backward-sexp' would stop at > the field boundary, which is the end of the prompt. `beginning-of-line' > does indeed do this, as the doc suggests. But `backward-word' and > `backward-sexp', at least, do not - they move backward into the prompt. > > Seems like this is the wrong behavior, and the doc describes the right > behavior. But perhaps it is the other way around and this is a doc > bug. The attached patch let `forward-word' does what the docstring says. It uses `t' as the value for the ESCAPE-FROM-EDGE parameter within the call to `constrain-to-field'. I agree this seems the correct behavior in the minibuffer. But I'm often frustrated by such constraints for `beginning-of-line' (e.g. hit G c on a Gnus group and get stuck in a non-selected field anyone?). So perhaps the nil value for ESCAPE-FROM-EDGE is intentional here. In any case, this is just to bring attention to the problem and a possible solution: I don't know C so I won't commit this myself. --=-=-= Content-Type: text/x-diff Content-Disposition: attachment; filename=syntax.c.patch === modified file 'src/syntax.c' *** src/syntax.c 2014-01-01 07:43:34 +0000 --- src/syntax.c 2014-01-24 16:05:37 +0000 *************** *** 1485,1491 **** /* Avoid jumping out of an input field. */ tmp = Fconstrain_to_field (make_number (val), make_number (PT), ! Qt, Qnil, Qnil); val = XFASTINT (tmp); SET_PT (val); --- 1485,1491 ---- /* Avoid jumping out of an input field. */ tmp = Fconstrain_to_field (make_number (val), make_number (PT), ! Qnil, Qnil, Qnil); val = XFASTINT (tmp); SET_PT (val); --=-=-= Content-Type: text/plain -- Bastien --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Mon Jan 27 06:07:24 2014 Received: (at 16453) by debbugs.gnu.org; 27 Jan 2014 11:07:24 +0000 Received: from localhost ([127.0.0.1]:37437 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1W7k2G-0002Ef-F7 for submit@debbugs.gnu.org; Mon, 27 Jan 2014 06:07:24 -0500 Received: from mail-wg0-f50.google.com ([74.125.82.50]:58542) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1W7k2F-0002EX-0L for 16453@debbugs.gnu.org; Mon, 27 Jan 2014 06:07:23 -0500 Received: by mail-wg0-f50.google.com with SMTP id l18so5418131wgh.5 for <16453@debbugs.gnu.org>; Mon, 27 Jan 2014 03:07:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type; bh=WqJVspsqvr70eNELs9Y+WfCZNvLAAuwnQTBkOERtvL4=; b=Wr8g3HQM5/AjD1jfYKmRGSUun04kksmgFODrWsy/kJjQwwIN70tKgaCW22nH0WNlVB +KrdnirisHDmIB6aaJPco48KjCFyysBZ+YdLnu8IJxLMdvSLAU5mXs3oOFqV4ozuQMhB 9Twm9/4b6ihUfkU11OUUMY7+wJaetjOhDVkNy23Lu8+/IJduV5Ol3EyGK2ELmHRP9yrW d9er74EXwpy23YGkfxtilh+nzgQVcfP/3qgpBeH/G7+TpLBLWIMGVv1Q+R4aN0J7zP74 zUhoWBEBp6gv5PpgeyPD7KP2QJ5RnBJxh1P4C+/F88X7tKBeQ+hppj/mcWqmaXuBNjCh aurA== X-Received: by 10.180.91.164 with SMTP id cf4mr11640237wib.2.1390820842199; Mon, 27 Jan 2014 03:07:22 -0800 (PST) Received: from bzg.localdomain (AMontsouris-651-1-148-18.w83-202.abo.wanadoo.fr. [83.202.7.18]) by mx.google.com with ESMTPSA id a9sm28209262wiy.10.2014.01.27.03.07.21 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 27 Jan 2014 03:07:21 -0800 (PST) Received: by bzg.localdomain (Postfix, from userid 1000) id 698941C208DA; Mon, 27 Jan 2014 12:07:20 +0100 (CET) From: Bastien Guerry To: Drew Adams Subject: Re: bug#16453: 24.3.50; Motion functions not respecting field boundaries as documented In-Reply-To: <87iot9nypk.fsf@bzg.ath.cx> (Bastien Guerry's message of "Fri, 24 Jan 2014 17:15:03 +0100") References: <87iot9nypk.fsf@bzg.ath.cx> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) Date: Mon, 27 Jan 2014 12:07:20 +0100 Message-ID: <87lhy1u1hz.fsf@bzg.ath.cx> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 16453 Cc: 16453@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 (/) Hi Drew, Bastien Guerry writes: > The attached patch let `forward-word' does what the docstring says. > It uses `t' as the value for the ESCAPE-FROM-EDGE parameter within > the call to `constrain-to-field'. While I'm waiting for a core maintainer to have a look at this, can you test the patch and report any side-effect? Thanks, -- Bastien From debbugs-submit-bounces@debbugs.gnu.org Mon Jan 27 09:55:13 2014 Received: (at 16453) by debbugs.gnu.org; 27 Jan 2014 14:55:13 +0000 Received: from localhost ([127.0.0.1]:37554 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1W7nai-0001rJ-Pu for submit@debbugs.gnu.org; Mon, 27 Jan 2014 09:55:13 -0500 Received: from aserp1040.oracle.com ([141.146.126.69]:46977) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1W7naf-0001r9-HL for 16453@debbugs.gnu.org; Mon, 27 Jan 2014 09:55:10 -0500 Received: from acsinet22.oracle.com (acsinet22.oracle.com [141.146.126.238]) by aserp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id s0REt6GM002440 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 27 Jan 2014 14:55:07 GMT Received: from aserz7022.oracle.com (aserz7022.oracle.com [141.146.126.231]) by acsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id s0REt5TB003726 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 27 Jan 2014 14:55:06 GMT Received: from abhmp0011.oracle.com (abhmp0011.oracle.com [141.146.116.17]) by aserz7022.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id s0REt5o5003722; Mon, 27 Jan 2014 14:55:05 GMT MIME-Version: 1.0 Message-ID: Date: Mon, 27 Jan 2014 06:55:04 -0800 (PST) From: Drew Adams To: Bastien Guerry Subject: RE: bug#16453: 24.3.50; Motion functions not respecting field boundaries as documented References: <87iot9nypk.fsf@bzg.ath.cx> <87lhy1u1hz.fsf@bzg.ath.cx> In-Reply-To: <87lhy1u1hz.fsf@bzg.ath.cx> 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.8 (--) X-Debbugs-Envelope-To: 16453 Cc: 16453@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.8 (--) > While I'm waiting for a core maintainer to have a look at this, > can you test the patch and report any side-effect? No, sorry. I don't build Emacs from C sources. I would test a Lisp patch if one were available. But you don't really need me to test it. I think the bug report is pretty clear, and I'm sure you understand it OK. If you are unsure, let me know. And thanks for working on this. From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 05 05:32:40 2014 Received: (at 16453-done) by debbugs.gnu.org; 5 Feb 2014 10:32:40 +0000 Received: from localhost ([127.0.0.1]:50205 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WAzmZ-0007wq-P2 for submit@debbugs.gnu.org; Wed, 05 Feb 2014 05:32:40 -0500 Received: from rs249.mailgun.us ([209.61.151.249]:34067) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WAzmW-0007wf-MR for 16453-done@debbugs.gnu.org; Wed, 05 Feb 2014 05:32:37 -0500 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=kickhub.com; q=dns/txt; s=mailo; t=1391596356; h=From: To: Cc: Subject: In-Reply-To: References: Date: Message-Id: Mime-Version: Content-Type: Sender; bh=Qff7bKJdEirILFSfZwOf9pSpcxz3Z6ZGakapHzzx7pg=; b=Wl32kuCD27YjQ8b5vaDUtpGCOtiGYcaCkPDCVm5l1OnlqBtiSFpWlXgIX5ElBeA6LNF3Fq0x XdDfmkGgzantzRWTWAhi3FSPVrKf/wqdqpPxVxfRYdV4UUXeaTaRSDWDv5NZXJwOibAs5BOH 9aEeCU3EnaSefPXqkQ+xGj5DQLU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=kickhub.com; s=mailo; q=dns; h=From: To: Cc: Subject: In-Reply-To: References: Date: Message-Id: Mime-Version: Content-Type: Sender; b=Dlfl9OiVQ6f+zQIa6+MTT0qTvpzMAZw65F4v+L+TAofJX+ttYCX25os5pSyb9BDatvliHq stNbBByQVq+Gl7niCWsthmdbWXynznLxWg0VJshuNyqrpHkqcZeDQK70nd6jJ5eEDuKf0+OV baSvAecUlERnNbYBZC324v1PE3UcM= Received: from bzg.localdomain (AMontsouris-651-1-211-196.w92-140.abo.wanadoo.fr [92.140.2.196]) by mxa.mailgun.org with ESMTP id 52f21336.7f01d08feca8-in2; Wed, 05 Feb 2014 10:32:22 -0000 (UTC) Received: by bzg.localdomain (Postfix, from userid 1000) id 3F98B1C21274; Wed, 5 Feb 2014 11:32:21 +0100 (CET) From: Bastien To: Drew Adams Subject: Re: bug#16453: 24.3.50; Motion functions not respecting field boundaries as documented In-Reply-To: (Drew Adams's message of "Mon, 27 Jan 2014 06:55:04 -0800 (PST)") References: <87iot9nypk.fsf@bzg.ath.cx> <87lhy1u1hz.fsf@bzg.ath.cx> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) Date: Wed, 05 Feb 2014 11:32:21 +0100 Message-Id: <87lhxp3l56.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain X-Mailgun-Sid: WyI3N2YwNCIsICIxNjQ1My1kb25lQGRlYmJ1Z3MuZ251Lm9yZyIsICIxNjQ4OCJd X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 16453-done Cc: 16453-done@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.0 (/) Hi Drew, Drew Adams writes: >> While I'm waiting for a core maintainer to have a look at this, >> can you test the patch and report any side-effect? > > No, sorry. I don't build Emacs from C sources. I would test > a Lisp patch if one were available. But you don't really need > me to test it. I think the bug report is pretty clear, and I'm > sure you understand it OK. If you are unsure, let me know. > And thanks for working on this. I committed the patch. Now closing this bug. Thanks for reporting this, -- Bastien From unknown Tue Aug 19 11:04:08 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 05 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