From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] master 1a6f595: * src/minibuf.c (read_minibuf): Add a FIXME comment. Date: Wed, 25 Apr 2018 07:59:45 -0400 Message-ID: References: <20180424225022.24335.78516@vcs0.savannah.gnu.org> <20180424225023.4A3C620836@vcs0.savannah.gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1524657484 11738 195.159.176.226 (25 Apr 2018 11:58:04 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 25 Apr 2018 11:58:04 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 25 13:58:00 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fBJ3f-0002w7-70 for ged-emacs-devel@m.gmane.org; Wed, 25 Apr 2018 13:57:59 +0200 Original-Received: from localhost ([::1]:36052 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fBJ5m-0007sc-5n for ged-emacs-devel@m.gmane.org; Wed, 25 Apr 2018 08:00:10 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42734) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fBJ5d-0007r8-2V for emacs-devel@gnu.org; Wed, 25 Apr 2018 08:00:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fBJ5Y-0001nL-92 for emacs-devel@gnu.org; Wed, 25 Apr 2018 08:00:01 -0400 Original-Received: from [195.159.176.226] (port=57351 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fBJ5Y-0001mX-1f for emacs-devel@gnu.org; Wed, 25 Apr 2018 07:59:56 -0400 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1fBJ3N-0002dx-Eo for emacs-devel@gnu.org; Wed, 25 Apr 2018 13:57:41 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 17 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:GvdFmgCnbGm1y+BHOHcbAgOg+Tw= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:224865 Archived-At: > I went back to the earliest (circa 1991) minibuf.c in our repository and > couldn't see a print1/print there either. I expect the potential prints where done via `format` and/or from Elisp code. > Perhaps this dates back to an earlier time when the minibuffer (or at least > the minibuffer prompt) couldn't be multiline, Not sure what earlier time you're thinking of. My minibuffer-only frame is still single-line, with no sign that it will grow a second line any time soon. In any case, I don't think this buffer-local binding is right, so I suggest removing it on `master`. Stefan