From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Phil Sainty Newsgroups: gmane.emacs.bugs Subject: bug#50646: 28.0.50; narrow-to-defun sometimes narrows to wrong defun Date: Mon, 20 Sep 2021 00:53:48 +1200 Message-ID: <23b323a6af5c91a665890b4cb5d3ba61@webmail.orcon.net.nz> References: <3a6fa91859db00e5c382752ddedfbdd0@webmail.orcon.net.nz> <83r1dk4vvh.fsf@gnu.org> <83o88o4v53.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="30495"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Orcon Webmail Cc: arthur.miller@live.com, 50646@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sun Sep 19 14:54:10 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mRwKg-0007ml-D3 for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 19 Sep 2021 14:54:10 +0200 Original-Received: from localhost ([::1]:50688 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mRwKe-00011s-NV for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 19 Sep 2021 08:54:08 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:44588) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mRwKY-00011S-ER for bug-gnu-emacs@gnu.org; Sun, 19 Sep 2021 08:54:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:54321) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mRwKY-0002Ne-7I for bug-gnu-emacs@gnu.org; Sun, 19 Sep 2021 08:54:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mRwKX-0006mo-OL for bug-gnu-emacs@gnu.org; Sun, 19 Sep 2021 08:54:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Phil Sainty Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 19 Sep 2021 12:54:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 50646 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo Original-Received: via spool by 50646-submit@debbugs.gnu.org id=B50646.163205603626068 (code B ref 50646); Sun, 19 Sep 2021 12:54:01 +0000 Original-Received: (at 50646) by debbugs.gnu.org; 19 Sep 2021 12:53:56 +0000 Original-Received: from localhost ([127.0.0.1]:37634 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mRwKR-0006mO-LC for submit@debbugs.gnu.org; Sun, 19 Sep 2021 08:53:55 -0400 Original-Received: from smtp-1.orcon.net.nz ([60.234.4.34]:33659) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mRwKP-0006mF-R5 for 50646@debbugs.gnu.org; Sun, 19 Sep 2021 08:53:54 -0400 Original-Received: from [10.253.37.70] (port=61108 helo=webmail.orcon.net.nz) by smtp-1.orcon.net.nz with esmtpa (Exim 4.90_1) (envelope-from ) id 1mRwKK-0007S3-7Q; Mon, 20 Sep 2021 00:53:48 +1200 Original-Received: from ip-203-94-48-127.kinect.net.nz ([203.94.48.127]) via [10.253.37.253] by webmail.orcon.net.nz with HTTP (HTTP/1.1 POST); Mon, 20 Sep 2021 00:53:48 +1200 In-Reply-To: <83o88o4v53.fsf@gnu.org> X-Sender: psainty@orcon.net.nz X-GeoIP: -- X-Spam_score: -2.9 X-Spam_score_int: -28 X-Spam_bar: -- X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list 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-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:214708 Archived-At: On 2021-09-20 00:17, Eli Zaretskii wrote: > Then I suggest to mention insert-file-contents and other functions > (if any) that do this explicitly. Sounds sensible. The pre-existing mention of `find-file-hook' means (AFAIK) that we're already talking about more than just the two 'insert-file-contents*' functions. The set of notable functions that I know of are: - find-file - find-file-literally - insert-file-contents - insert-file-contents-literally - insert-file - insert-file-literally The latter two are for interactive usage only (but analogous to the insert-file-contents* functions, so maybe their docstrings should be looked at too, for consistency). For the `insert-file-contents-literally' docstring perhaps we just need to add an explicit mention of `find-file'? > Something like > This is contrary to other functions, like `insert-file-contents', > which may modify a buffer in several ways after ... I now have this: "Like `insert-file-contents', but only reads in the file literally. See `insert-file-contents' for an explanation of the parameters. Insert after point the contents of file FILENAME as a sequence of ASCII characters with no special encoding or conversion. This is contrary to other functions, like `insert-file-contents' and `find-file', which may modify a buffer in several ways after reading into the buffer, due to Emacs features such as format decoding, character code conversion, `find-file-hook', automatic uncompression, etc. Using `insert-file-contents-literally' ensures that none of these modifications will take place." I took "as a sequence of ASCII characters with no special encoding or conversion" from (info "(emacs) Visiting") but I see that wording used by `insert-file-literally' is "Insert contents of file FILENAME into buffer after point with no conversion", and I figure the two should probably use the same wording? Is there a preference? -Phil