From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/75896 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: quoting Emacs Lisp Date: Mon, 24 Jan 2011 16:09:42 -0600 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87ipxe7y3d.fsf@lifelogs.com> References: <87lj2fxxwn.fsf@keller.adm.naquadah.org> <871v47mgzd.fsf_-_@lifelogs.com> <87d3nrcmks.fsf@keller.adm.naquadah.org> <87pqrrl1g7.fsf@lifelogs.com> <87k4hzb6t0.fsf@keller.adm.naquadah.org> <87y66b2k0e.fsf@gnus.org> <87pqrmchqz.fsf@lifelogs.com> <874o8yq8i8.fsf@gnus.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1295907006 7880 80.91.229.12 (24 Jan 2011 22:10:06 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 24 Jan 2011 22:10:06 +0000 (UTC) Cc: Daniel Pfeiffer , Ding Mailing List Original-X-From: ding-owner+M24247@lists.math.uh.edu Mon Jan 24 23:10:01 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PhUbo-00022i-BZ for ding-account@gmane.org; Mon, 24 Jan 2011 23:10:00 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1PhUbk-0007tb-NJ; Mon, 24 Jan 2011 16:09:56 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1PhUbj-0007tS-Me for ding@lists.math.uh.edu; Mon, 24 Jan 2011 16:09:55 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PhUbf-0000zK-La for ding@lists.math.uh.edu; Mon, 24 Jan 2011 16:09:55 -0600 Original-Received: from chirelay1o.jumptrading.com ([38.98.147.153] helo=chirelay1.jumptrading.com) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1PhUbe-0004D5-HT for ding@gnus.org; Mon, 24 Jan 2011 23:09:50 +0100 Original-Received: from chirelay1.jumptrading.com (unknown [127.0.0.1]) by chirelay1.jumptrading.com (Symantec Mail Security) with ESMTP id 7C582320031 for ; Mon, 24 Jan 2011 16:09:44 -0600 (CST) X-AuditID: 26629395-a5563bb0000043dd-5c-4d3df8a82368 Original-Received: from chiexchange02.w2k.jumptrading.com (unknown [38.98.147.140]) by chirelay1.jumptrading.com (Symantec Mail Security) with ESMTP id 3EBC92DC00B for ; Mon, 24 Jan 2011 16:09:44 -0600 (CST) Original-Received: from internalsmtp.w2k.jumptrading.com (10.2.4.29) by chiexchange02.w2k.jumptrading.com (10.2.4.71) with Microsoft SMTP Server id 8.1.291.1; Mon, 24 Jan 2011 16:09:43 -0600 Original-Received: from tzlatanov-ubuntu-desktop.jumptrading.com ([10.2.14.81]) by internalsmtp.w2k.jumptrading.com with Microsoft SMTPSVC(6.0.3790.1830); Mon, 24 Jan 2011 16:09:43 -0600 X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" In-Reply-To: <874o8yq8i8.fsf@gnus.org> (Lars Ingebrigtsen's message of "Mon, 24 Jan 2011 13:47:27 -0800") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) X-OriginalArrivalTime: 24 Jan 2011 22:09:43.0719 (UTC) FILETIME=[67826370:01CBBC13] X-Brightmail-Tracker: AAAAAA== X-Spam-Score: -0.9 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:75896 Archived-At: On Mon, 24 Jan 2011 13:47:27 -0800 Lars Ingebrigtsen wrote: LI> Ted Zlatanov writes: >> I can push a fix into the Emacs trunk. Looks like just `sh-set-sell' >> needs a fix for this issue; I can add a `sh-verbose' variable you can >> override. `message' is used unconditionally a LOT in that code but I >> don't think it's necessary to make it all dependent on `sh-verbose'. LI> Sounds good. Or perhaps all the messages in sh-set-shell should just be LI> removed. Do you really need to know "Indentation setup for shell type LI> bash" every time you open a shell script? That message can be useful. Properly solving the problem would require a numerical sh-verbose and assigning levels to the important messages (there are several that are errors and should be shown regardless). CC to the author, Daniel Pfeiffer , to see what he thinks. Ted