From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bastien Newsgroups: gmane.emacs.help Subject: Re: use of read Date: Mon, 07 Jan 2008 21:23:03 +0000 Message-ID: <87ejct72ko.fsf@bzg.ath.cx> References: <87prwdbcq3.fsf@thievol.homelinux.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1199741012 8282 80.91.229.12 (7 Jan 2008 21:23:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 7 Jan 2008 21:23:32 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jan 07 22:23:52 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 1JBzRn-00065d-PW for geh-help-gnu-emacs@m.gmane.org; Mon, 07 Jan 2008 22:23:52 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JBzRQ-0005lg-Nk for geh-help-gnu-emacs@m.gmane.org; Mon, 07 Jan 2008 16:23:28 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JBzRB-0005lK-0V for help-gnu-emacs@gnu.org; Mon, 07 Jan 2008 16:23:13 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JBzR6-0005kr-QW for help-gnu-emacs@gnu.org; Mon, 07 Jan 2008 16:23:12 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JBzR6-0005kY-Kv for help-gnu-emacs@gnu.org; Mon, 07 Jan 2008 16:23:08 -0500 Original-Received: from nf-out-0910.google.com ([64.233.182.191]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JBzR6-00036i-Dn for help-gnu-emacs@gnu.org; Mon, 07 Jan 2008 16:23:08 -0500 Original-Received: by nf-out-0910.google.com with SMTP id f5so639383nfh.26 for ; Mon, 07 Jan 2008 13:23:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:received:from:to:subject:in-reply-to:references:user-agent:date:message-id:mime-version:content-type:sender; bh=1VCNsKEhPyBun4tIDEp2servtAyK8RgvO3AxQOVrm4o=; b=oi4OfB9jTbtdkMZ48dzcfMQrj8U5JlQm9wCuFAXVbuIvBcbtg+wKsU+YxPushr1q1e9bLg35WwwDjdl+9ahgAVJl2e8TaGjQEnBAYrcvy111RAiVpfh7+zgBcD09pFfJzfcHm/eG8qfg6GtgdVrwHM2sO88B7XD5WPBwKQZk3Q4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:subject:in-reply-to:references:user-agent:date:message-id:mime-version:content-type:sender; b=xn5KzLRfA1qSxDgnCfGEcSU7CW4odJ/CeBvkSzSc4YChlskGhb7ZMa4IDaCKxz3kacBuR6D9PeW0nxivSivi5pcROzzNmvVk5qQ59uGxRoknbn2pZ4IdOQVxMriGRUM4cIv00f0YVXrYzfD4C8VBl19tOiP9NRXqfd8r2buOhNA= Original-Received: by 10.78.118.5 with SMTP id q5mr23912904huc.10.1199740987172; Mon, 07 Jan 2008 13:23:07 -0800 (PST) Original-Received: from bzg.ath.cx ( [81.158.232.163]) by mx.google.com with ESMTPS id d25sm31287849nfh.33.2008.01.07.13.23.05 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 07 Jan 2008 13:23:05 -0800 (PST) Original-Received: by bzg.ath.cx (Postfix, from userid 1000) id DA1A81575A7; Mon, 7 Jan 2008 21:23:03 +0000 (GMT) In-Reply-To: <87prwdbcq3.fsf@thievol.homelinux.org> (Thierry Volpiatto's message of "Mon, 07 Jan 2008 21:30:12 +0100") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.0 (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:50562 Archived-At: 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. -- Bastien