From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.bugs Subject: bug#458: [PATCH] Restrain the load message when emacs running with --script option Date: Sun, 05 Jul 2009 01:10:38 -0400 Message-ID: <87d48fsoj5.fsf@stupidchicken.com> Reply-To: Chong Yidong , 458@emacsbugs.donarmstrong.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1246888812 25905 80.91.229.12 (6 Jul 2009 14:00:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 6 Jul 2009 14:00:12 +0000 (UTC) Cc: Joe Wells , 458@emacsbugs.donarmstrong.com To: Kazuo YAGI Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Jul 06 16:00:03 2009 Return-path: Envelope-to: geb-bug-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 1MNojj-0004Rp-Fr for geb-bug-gnu-emacs@m.gmane.org; Mon, 06 Jul 2009 16:00:03 +0200 Original-Received: from localhost ([127.0.0.1]:58374 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MNoji-0006Y3-Ut for geb-bug-gnu-emacs@m.gmane.org; Mon, 06 Jul 2009 10:00:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MNohQ-0005Xn-Ng for bug-gnu-emacs@gnu.org; Mon, 06 Jul 2009 09:57:40 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MNohK-0005Tb-3E for bug-gnu-emacs@gnu.org; Mon, 06 Jul 2009 09:57:40 -0400 Original-Received: from [199.232.76.173] (port=40381 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MNohJ-0005T6-1h for bug-gnu-emacs@gnu.org; Mon, 06 Jul 2009 09:57:33 -0400 Original-Received: from rzlab.ucr.edu ([138.23.92.77]:60322) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MNohH-0001qs-DS for bug-gnu-emacs@gnu.org; Mon, 06 Jul 2009 09:57:31 -0400 Original-Received: from rzlab.ucr.edu (rzlab.ucr.edu [127.0.0.1]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n66DvQaE001500; Mon, 6 Jul 2009 06:57:28 -0700 Original-Received: (from debbugs@localhost) by rzlab.ucr.edu (8.14.3/8.14.3/Submit) id n66Dj5vS031674; Mon, 6 Jul 2009 06:45:05 -0700 X-Loop: owner@emacsbugs.donarmstrong.com Resent-From: Chong Yidong Resent-To: bug-submit-list@donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Mon, 06 Jul 2009 13:45:05 +0000 Resent-Message-ID: Resent-Sender: owner@emacsbugs.donarmstrong.com X-Emacs-PR-Message: followup 458 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: patch Original-Received: via spool by 458-submit@emacsbugs.donarmstrong.com id=B458.124688768831402 (code B ref 458); Mon, 06 Jul 2009 13:45:05 +0000 Original-Received: (at 458) by emacsbugs.donarmstrong.com; 6 Jul 2009 13:41:28 +0000 X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. Original-Received: from pantheon-po34.its.yale.edu (pantheon-po34.its.yale.edu [130.132.50.80]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n66DfJLC031354 for <458@emacsbugs.donarmstrong.com>; Mon, 6 Jul 2009 06:41:20 -0700 Original-Received: from furry (dhcp128036014241.central.yale.edu [128.36.14.241]) (authenticated bits=0) by pantheon-po34.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id n66DfD10018347 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 6 Jul 2009 09:41:13 -0400 Original-Received: by furry (Postfix, from userid 1000) id 69487C0E1; Sun, 5 Jul 2009 01:10:38 -0400 (EDT) X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Resent-Date: Mon, 06 Jul 2009 09:57:40 -0400 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:29198 Archived-At: > This is a very simple patch for "src/lread.c" to restrain emacs to > printing the load message when running with --script option. Could you explain why this is a good thing? If the load message is not desired, the lisp code should call `load' with a NOERROR argument, or use `require'.