From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Arash Esbati Newsgroups: gmane.emacs.help Subject: Re: completing-read depricated initial-input Date: Thu, 23 Jun 2022 16:46:53 +0200 Message-ID: <86tu8bxwrm.fsf@gnu.org> References: <86r13hubaw.fsf_-_@gnu.org> <86letphfke.fsf_-_@gnu.org> <87bkuljsvz.fsf@yahoo.com> <86fsjvlrjo.fsf@gnu.org> <874k0bkco7.fsf@dataswamp.org> <87letnhhj3.fsf@gnu.org> <87zgi3itb7.fsf@dataswamp.org> <86a6a3zj4y.fsf@gnu.org> <87a6a3y3zu.fsf@gnus.org> <874k0bh2v4.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="28004"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 Cc: Lars Ingebrigtsen , help-gnu-emacs@gnu.org To: Tassilo Horn Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Thu Jun 23 16:48:19 2022 Return-path: Envelope-to: geh-help-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 1o4O82-00073J-95 for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 23 Jun 2022 16:48:18 +0200 Original-Received: from localhost ([::1]:55594 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o4O7z-000187-3u for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 23 Jun 2022 10:48:15 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:57742) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o4O6x-00016E-CP for help-gnu-emacs@gnu.org; Thu, 23 Jun 2022 10:47:12 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:44650) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o4O6v-0002YT-DA; Thu, 23 Jun 2022 10:47:10 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=9K85aRw1H5PVBxVrxkT/oGCTxRsD6JwLdh59nBauTWA=; b=DrdKFJSG1KDk7sn0bQrx qgzO9NxPKZjo596wnc7gMInN/pUzLrI7WvAVPaCnTF5B+f2Lda+hDi4hM2F0wTEzSqH5qHXHoz40t Qy4kSxeQ6/K4AUuSOCFxAP38tqTcmJTwO5dz7+VE04nibs0gDqNrkoQzhtkOuAyil2DHCskZZczj3 OyrlHTQIRRWTGoj8dyjrYeVvi41+BKyAThtxQj5Kro3Homaugq33KLUEMQBGC46aY3PsMxEeY8rMs C0akQ6yINDNVgC22roLyuRJIdShpsyUH1cyNdQg0t45vqpvEpVrYMgeXhWbzcIcKoBp13a70D+oSr 3N9oKrYnCVDXlA==; Original-Received: from p4fe3ee56.dip0.t-ipconnect.de ([79.227.238.86]:65474 helo=MUTANT) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o4O6u-00063p-Sw; Thu, 23 Jun 2022 10:47:09 -0400 In-Reply-To: <874k0bh2v4.fsf@gnu.org> (Tassilo Horn's message of "Thu, 23 Jun 2022 16:26:06 +0200") X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:138020 Archived-At: Tassilo Horn writes: > Lars Ingebrigtsen writes: > >> (let ((name "Danger")) >> (read-string (format-prompt "Name" name) nil nil name)) > > Nice! Indeed, and the best part of it is `minibuffer-default-prompt-format' which you can customize. > Probably introduced at or before Emacs version 28.1. > > Hm, ok, that will take a while before AUCTeX can start using it. I'd say it's up to the AUCTeX maintainers to bump the minimum required Emacs version at a faster pace ;-) Best, Arash