From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thierry Volpiatto Newsgroups: gmane.emacs.help Subject: Re: use of read Date: Mon, 07 Jan 2008 23:03:53 +0100 Message-ID: <87lk71b8dy.fsf@thievol.homelinux.org> References: <87prwdbcq3.fsf@thievol.homelinux.org> <87ejct72ko.fsf@bzg.ath.cx> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1199743070 15574 80.91.229.12 (7 Jan 2008 21:57:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 7 Jan 2008 21:57:50 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Bastien Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jan 07 22:58:09 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JBzyv-0000qi-Fg for geh-help-gnu-emacs@m.gmane.org; Mon, 07 Jan 2008 22:58:05 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JBzyY-0006iq-Gh for geh-help-gnu-emacs@m.gmane.org; Mon, 07 Jan 2008 16:57:42 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JBzyH-0006gy-3Q for help-gnu-emacs@gnu.org; Mon, 07 Jan 2008 16:57:25 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JBzyF-0006fj-5k for help-gnu-emacs@gnu.org; Mon, 07 Jan 2008 16:57:24 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JBzyE-0006fd-W5 for help-gnu-emacs@gnu.org; Mon, 07 Jan 2008 16:57:23 -0500 Original-Received: from fg-out-1718.google.com ([72.14.220.154]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JBzyE-0001de-MF for help-gnu-emacs@gnu.org; Mon, 07 Jan 2008 16:57:22 -0500 Original-Received: by fg-out-1718.google.com with SMTP id d23so4823490fga.30 for ; Mon, 07 Jan 2008 13:57:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references:date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=SvRO3r7Rz3yPJFk0yFzQfxe+EMTAEiR3qBFY69WmEoQ=; b=MorVHrbcdAwlWGKuO6Mn5oo7dXsFzOGM01+uqi6xq3/K8z7p6/jyN9z/j5x8lHty8IZ0Jb0zmF5b7+Kvsz86eBqHZMHEQNP+OF6MujEX+jZqQuXioO4C4mq5uT1aE4kCGAASyab2LsEDHd1XB7rFJDYho6ra/sSjD2uTvo7i+cI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id:user-agent:mime-version:content-type; b=qXN+9nEbiBnJiX4GLo9FL/YreQ7y2fF+w7LDen4HY09AbZTDcRVKr5cgvdOqPumgtzrriNsnAxAJyFB7guGyTNTczLXKwvJ+o0AHGEF4RCzmN0swGvM8MvdvUZU7c9N63AHVcIryMFzAcCsrky9ExP++eiSoXZqcDWxJk4Lpp0E= Original-Received: by 10.86.30.9 with SMTP id d9mr20538027fgd.52.1199743041514; Mon, 07 Jan 2008 13:57:21 -0800 (PST) Original-Received: from thievol.homelinux.org ( [79.81.61.246]) by mx.google.com with ESMTPS id e20sm23520121fga.1.2008.01.07.13.57.19 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 07 Jan 2008 13:57:20 -0800 (PST) In-Reply-To: <87ejct72ko.fsf@bzg.ath.cx> (Bastien's message of "Mon, 07 Jan 2008 21:23:03 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:50564 Archived-At: Bastien writes: > Thierry Volpiatto writes: > >> Hello, i use the function (read) to fill a list interactively. >> the prompt is "Lisp expression:" , is it possible to have another prompt? >> Thank you in advance. > > This string is hardcoded in the C source code for this function. So I > think it's not possible to modify it. Thanks, no over function to get a variable interactively ?(not with interactive) -- A + Thierry Pub key: http://pgp.mit.edu