From unknown Mon Aug 18 14:26:37 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#10006 <10006@debbugs.gnu.org> To: bug#10006 <10006@debbugs.gnu.org> Subject: Status: 24.0.91; set-text-properties fails with "Text is read-only", but didn't in Emacs 23 Reply-To: bug#10006 <10006@debbugs.gnu.org> Date: Mon, 18 Aug 2025 21:26:37 +0000 retitle 10006 24.0.91; set-text-properties fails with "Text is read-only", = but didn't in Emacs 23 reassign 10006 emacs submitter 10006 Eric Hanchrow severity 10006 minor thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 09 18:20:05 2011 Received: (at submit) by debbugs.gnu.org; 9 Nov 2011 23:20:05 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ROHR6-0004NB-SA for submit@debbugs.gnu.org; Wed, 09 Nov 2011 18:20:05 -0500 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ROHR3-0004Md-55 for submit@debbugs.gnu.org; Wed, 09 Nov 2011 18:20:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ROHQp-0005Ci-1l for submit@debbugs.gnu.org; Wed, 09 Nov 2011 18:19:48 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_LOW,T_DKIM_INVALID autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([140.186.70.17]:56213) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ROHQp-0005Ce-0G for submit@debbugs.gnu.org; Wed, 09 Nov 2011 18:19:47 -0500 Received: from eggs.gnu.org ([140.186.70.92]:50547) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ROHQn-0007BK-BP for bug-gnu-emacs@gnu.org; Wed, 09 Nov 2011 18:19:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ROHQl-0005CJ-EY for bug-gnu-emacs@gnu.org; Wed, 09 Nov 2011 18:19:45 -0500 Received: from mail-bw0-f41.google.com ([209.85.214.41]:59965) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ROHQl-0005CC-3v for bug-gnu-emacs@gnu.org; Wed, 09 Nov 2011 18:19:43 -0500 Received: by bke17 with SMTP id 17so787008bke.0 for ; Wed, 09 Nov 2011 15:19:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; bh=llZKLNKyRJdi5gI+uvgsp73Qi4WHigE5RoSpJ3mowx8=; b=N3R60v0kODjjDEBt52NZqHdDMWU8TydrvV+4sY1YiMI7qJ5bjIdw/ph+G77Zc1GAcE PlwbVthFVgpLsF+5X26UIWqKh2Y4gQvRfZrF4LvcEpw53B5spcv/d8hFeRImOFucVDWC hQhWlXzfUFjbv5PDbh2Fg8o08Sai4k8wPuaJ0= Received: by 10.204.7.144 with SMTP id d16mr3125093bkd.70.1320880781203; Wed, 09 Nov 2011 15:19:41 -0800 (PST) MIME-Version: 1.0 Received: by 10.204.37.5 with HTTP; Wed, 9 Nov 2011 15:19:20 -0800 (PST) From: Eric Hanchrow Date: Wed, 9 Nov 2011 15:19:20 -0800 Message-ID: Subject: 24.0.91; set-text-properties fails with "Text is read-only", but didn't in Emacs 23 To: bug-gnu-emacs@gnu.org Content-Type: text/plain; charset=UTF-8 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.17 X-Spam-Score: -5.9 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -5.9 (-----) This bug report will be sent to the Bug-GNU-Emacs mailing list and the GNU bug tracker at debbugs.gnu.org. Please check that the From: line contains a valid email address. After a delay of up to one day, you should receive an acknowledgement at that address. Please write in English if possible, as the Emacs maintainers usually do not have translators for other languages. Please describe exactly what actions triggered the bug, and the precise symptoms of the bug. If you can, give a recipe starting from `emacs -Q': Put the following into /tmp/fail.el: ===8<===8<===8<===8<===8<===8<===8<===8<===8<===8<===8<===8<=== (insert "frotz") (occur "f") (set-buffer (get-buffer "*Occur*")) (fundamental-mode) (toggle-read-only 0) (set-text-properties (point-min) (point-max) nil) ===>8===>8===>8===>8===>8===>8===>8===>8===>8===>8===>8===>8=== Invoke emacs like this: $ emacs -Q --batch --load /tmp/fail.el ; echo $? You'll see Searched 1 buffer; 1 match Text is read-only 255 However, if I use emacs23, I instead see Searched 1 buffer; 1 match for `f' 0 I'm not sure which behavior is actually correct, but I wrote a little function that depended on the old behavior, so from my point of view, the error is a bug. This is a recently-built emacs from the "master" branch: commit 4d6d2b81f839f79b96b1e586e4686e8009276b26 Author: Eli Zaretskii Date: Mon Nov 7 18:42:34 2011 +0200 Allow to run temacs.exe on MS-Windows in GUI mode. src/w32.c (check_windows_init_file): Don't look for term/w32-win.el if Vpurify_flag is non-nil. Fixes a crash when running w32 build of temacs in GUI mode. In GNU Emacs 24.0.91.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.20.1) of 2011-11-07 on rampage.sea Windowing system distributor `The X.Org Foundation', version 11.0.10402000 Important settings: value of $LC_ALL: nil value of $LC_COLLATE: C value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_US.UTF-8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: Emacs-Lisp Minor modes in effect: shell-dirtrack-mode: t eldoc-mode: t diff-auto-refine-mode: t global-auto-revert-mode: t recentf-mode: t ido-everywhere: t display-time-mode: t tooltip-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: C-M-o b i n e m C-d M-SPC M-d M-d C-d e c h o SPC $ ? M-p M-p C-a C-M-f C-M-f C-k C-x o M-< C-e M-b M-d . C-x C-s C-x o C-u C-p C-u C-p C-u C-p C-x o C-x C-s C-x o M-p C-x 1 M-- C-l C-x b C-u C-n C-n C-x F C-x n d C-x n w C-s s t r i n g p C-x n d C-a C-s C-s C-s C-s C-x n w C-x b M-x t o g g l d e e C-e C-x C-e C-x b * O c c C-g M-< C-s o M-s o C-x o M-: M-p C-x C-q M-: M-p C-x o C-x o C-x C-k C-x 0 M-x o c c u r s d l f k j s d f l k j C-a C-M-o M-( i n s e r t SPC " f r o t z " C-a C-n M-f C-f C-f d f C-x C-s C-x 2 C-x b s h e M-p e c h o SPC $ ? M-p M-p C-a C-M-f M-b M-d l o s r e m - m s r e m C-e SPC ; SPC e c h o S-SPC $ ? C-x o C-a C-n C-n C-n ; C-x C-s C-x o M-p M-p C-a M-f M-d M-d M-d M-d M-d / b i n C-x o C-a C-k C-x C-o C-x C-s M-x r e p o e r t - e m Recent messages: Wrote /tmp/fail.el History item: 1 [2 times] History item: 2 Making completion list... Saving file /tmp/fail.el... Wrote /tmp/fail.el History item: 1 [2 times] Saving file /tmp/fail.el... Wrote /tmp/fail.el Scanning for dabbrevs...99% Load-path shadows: ~/.emacs.d/custom hides /usr/local/src/emacs-master/lisp/custom /usr/local/src/magit/.dir-locals hides /usr/local/src/emacs-master/lisp/gnus/.dir-locals Features: (shadow mail-extr message rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader emacsbug cus-start cus-load cc-mode cc-fonts cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs vc-svn sort column-marker wdired find-dired browse-kill-ring face-remap debug edit-list compare-w epa-file epa epg epg-config ispell info image-mode nxml-uchnm rng-xsd xsd-regexp rng-cmpct rng-nxml rng-valid rng-loc rng-uri rng-parse nxml-parse rng-match rng-dt rng-util rng-pttrn nxml-ns nxml-mode nxml-outln nxml-rap nxml-util nxml-glyph nxml-enc xmltok sgml-mode sh-script executable chistory tabify disp-table jka-compr log-view dired-aux apropos iso-transl pp descr-text help-mode view org-wl org-w3m org-vm org-rmail org-mhe org-mew org-irc org-jsinfo org-infojs org-html format-spec org-exp ob-exp org-exp-blocks org-agenda org-info org-gnus org-docview org-bibtex bibtex org-bbdb org ob-emacs-lisp ob-tangle ob-ref ob-lob ob-table org-footnote org-src ob-comint ob-keys ob ob-eval org-pcomplete org-list org-faces org-compat org-entities org-macs noutline outline cal-menu calendar cal-loaddefs vc-dir ewoc sql-indent sql thingatpt smerge-mode conf-mode newcomment vc ediff-merg ediff-diff ediff-wind ediff-help ediff-util ediff-mult ediff-init ediff vc-dispatcher multi-isearch cperl-mode ffap dabbrev rect pcmpl-unix shell pcomplete ibuf-ext woman man midnight uniquify warnings protbuf eldoc marchex-erich etags magit-bisect magit-key-mode magit diff-mode log-edit easy-mmode pcvs-util add-log vc-git derived autorevert paste-to-dropbox advice help-fns advice-preload ansi-color cmuscheme scheme path server starttls smtpmail auth-source eieio byte-opt bytecomp byte-compile cconv macroexp assoc gnus-util password-cache sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils grep compile comint ring cl find-func ibuf-macs ibuffer recentf tree-widget wid-edit ido dired-x easymenu dired regexp-opt edmacro kmacro rx autoinsert time time-date tooltip ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image fringe lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer loaddefs button faces cus-face files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dbusbind dynamic-setting system-font-setting font-render-setting move-toolbar gtk x-toolkit x multi-tty emacs) From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 09 18:38:48 2011 Received: (at 10006) by debbugs.gnu.org; 9 Nov 2011 23:38:48 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ROHjD-0004pK-L0 for submit@debbugs.gnu.org; Wed, 09 Nov 2011 18:38:48 -0500 Received: from fencepost.gnu.org ([140.186.70.10] ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ROHjB-0004pD-2m for 10006@debbugs.gnu.org; Wed, 09 Nov 2011 18:38:46 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1ROHj3-0005yV-0K; Wed, 09 Nov 2011 18:38:37 -0500 From: Glenn Morris To: Eric Hanchrow Subject: Re: bug#10006: 24.0.91; set-text-properties fails with "Text is read-only", but didn't in Emacs 23 References: X-Spook: government IDEA eternity server strategic White House X-Ran: 4xq!+XOQ2mB!6lg4G3QAuQr'h,0[.]Ip~*7,DR_ (Eric Hanchrow's message of "Wed, 9 Nov 2011 15:19:20 -0800") Message-ID: <25aa84hnnn.fsf@fencepost.gnu.org> User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.4 (------) X-Debbugs-Envelope-To: 10006 Cc: 10006@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.4 (------) Eric Hanchrow wrote: > (insert "frotz") > (occur "f") > (set-buffer (get-buffer "*Occur*")) > (fundamental-mode) > (toggle-read-only 0) > (set-text-properties (point-min) (point-max) nil) > ===>8===>8===>8===>8===>8===>8===>8===>8===>8===>8===>8===>8=== > > Invoke emacs like this: > > $ emacs -Q --batch --load /tmp/fail.el ; echo $? > > You'll see > > Searched 1 buffer; 1 match > Text is read-only > 255 There are read-only text properties in the Occur buffer now. If you let-bind inhibit-read-only around your code rather than using toggle-read-only, it should all work fine. I don't think there is a bug here. From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 09 18:52:16 2011 Received: (at 10006) by debbugs.gnu.org; 9 Nov 2011 23:52:16 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ROHwG-00058V-1m for submit@debbugs.gnu.org; Wed, 09 Nov 2011 18:52:16 -0500 Received: from fencepost.gnu.org ([140.186.70.10] ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ROHwD-00058N-6L for 10006@debbugs.gnu.org; Wed, 09 Nov 2011 18:52:14 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1ROHw5-0006jf-9Z for 10006@debbugs.gnu.org; Wed, 09 Nov 2011 18:52:05 -0500 Resent-Message-ID: <20155.4645.209531.34916@fencepost.gnu.org> Resent-Date: Wed, 9 Nov 2011 18:52:05 -0500 Resent-From: Glenn Morris Resent-To: 10006@debbugs.gnu.org X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_LOW,T_DKIM_INVALID autolearn=ham version=3.3.1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=F5+h2UHFaGjsSmDX3n6vOlJ0DbgXFJvmFfTffO1l1r0=; b=ACQJGCAXdL+MYiswGrh5ggYF8i9L4N9GvI88KHhTr8dV6tleQFZmzQXnZHP0rkjbbm i2QRE+WbHyg+/trZUvoVx7X/dxKzsCowAxQXi0tJwc1HZefaOdl8KJIyT6zdQMmcrgNU snRrfYdWVKWksJ9z4qmKm5WfayYYTf/f+DF8I= MIME-Version: 1.0 In-Reply-To: <25aa84hnnn.fsf@fencepost.gnu.org> References: <25aa84hnnn.fsf@fencepost.gnu.org> Message-ID: Content-Type: text/plain; charset=UTF-8 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.214.41 Date: Wed, 9 Nov 2011 15:49:17 -0800 From: Eric Hanchrow To: Glenn Morris Subject: Re: bug#10006: 24.0.91; set-text-properties fails with "Text is read-only", but didn't in Emacs 23 X-Bogosity: unsure, spamicity=0.113180, v1.2.1 X-Spam-Score: -6.6 (------) X-Debbugs-Envelope-To: 10006 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org Resent-Date: Wed, 09 Nov 2011 18:52:16 -0500 X-Spam-Score: -6.6 (------) On Wed, Nov 9, 2011 at 3:38 PM, Glenn Morris wrote: > There are read-only text properties in the Occur buffer now. > If you let-bind inhibit-read-only around your code rather than > using toggle-read-only, it should all work fine. > I don't think there is a bug here. Works perfectly; thanks. Do you think this deserves some sort of mention in NEWS? From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 09 19:06:23 2011 Received: (at 10006) by debbugs.gnu.org; 10 Nov 2011 00:06:23 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ROI9v-0005ST-17 for submit@debbugs.gnu.org; Wed, 09 Nov 2011 19:06:23 -0500 Received: from fencepost.gnu.org ([140.186.70.10] ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ROI9t-0005SM-C6 for 10006@debbugs.gnu.org; Wed, 09 Nov 2011 19:06:22 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1ROI9l-0007Th-JD; Wed, 09 Nov 2011 19:06:13 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <20155.5493.512984.487405@fencepost.gnu.org> Date: Wed, 9 Nov 2011 19:06:13 -0500 From: Glenn Morris To: Eric Hanchrow Subject: Re: bug#10006: 24.0.91; set-text-properties fails with "Text is read-only", but didn't in Emacs 23 In-Reply-To: References: <25aa84hnnn.fsf@fencepost.gnu.org> X-Attribution: GM X-Mailer: VM (www.wonderworks.com/vm), GNU Emacs (www.gnu.org/software/emacs) X-Hue: red X-Ran: 2Hr0Y*h2#_yW;s6DB\~Q!WEIj'e9E.4#>kKuw68dhgJO0J/w-h"&.7zHg42"@dyyA_C<"u X-Spam-Score: -6.4 (------) X-Debbugs-Envelope-To: 10006 Cc: 10006@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.4 (------) Eric Hanchrow wrote (on Wed, 9 Nov 2011 at 15:49 -0800): > Works perfectly; thanks. > > Do you think this deserves some sort of mention in NEWS? In my opinion, no. I do think it ought to be documented somewhere (if it is not already) that toggle-read-only is the wrong thing to use non-interactively. We've previously said that it should be added to byte-compile-interactive-only-functions, http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7292#17 but personally I never did that, because there have been for some time many such warnings about delete-backward-char, and they don't seem to have much effect. From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 09 21:19:09 2011 Received: (at 10006-done) by debbugs.gnu.org; 10 Nov 2011 02:19:09 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ROKEO-0008Sd-Cf for submit@debbugs.gnu.org; Wed, 09 Nov 2011 21:19:08 -0500 Received: from fencepost.gnu.org ([140.186.70.10] ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ROKEM-0008SW-CR for 10006-done@debbugs.gnu.org; Wed, 09 Nov 2011 21:19:07 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1ROKED-0001xV-NM; Wed, 09 Nov 2011 21:18:57 -0500 From: Glenn Morris To: 10006-done@debbugs.gnu.org Subject: Re: bug#10006: 24.0.91; set-text-properties fails with "Text is read-only", but didn't in Emacs 23 References: <25aa84hnnn.fsf@fencepost.gnu.org> <20155.5493.512984.487405@fencepost.gnu.org> X-Spook: Ron Brown Dick Cheney NWO Albright Tony Blair diwn X-Ran: m5]'y:]3:BTK(%*c4;$;en8_D^iO(&?)bDed5pU~Srg0v!~iLIl_aP"3.qIe7VnxNOP>_J X-Hue: magenta X-Debbugs-No-Ack: yes X-Attribution: GM Date: Wed, 09 Nov 2011 21:18:57 -0500 In-Reply-To: <20155.5493.512984.487405@fencepost.gnu.org> (Glenn Morris's message of "Wed, 9 Nov 2011 19:06:13 -0500") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.4 (------) X-Debbugs-Envelope-To: 10006-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.4 (------) Version: 24.0.92 Glenn Morris wrote: > I do think it ought to be documented somewhere (if it is not already) > that toggle-read-only is the wrong thing to use non-interactively. > > We've previously said that it should be added to > byte-compile-interactive-only-functions, Done. From unknown Mon Aug 18 14:26:37 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 08 Dec 2011 12:24:03 +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