From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Tromey Newsgroups: gmane.emacs.devel Subject: Re: Patch: minor blackbox.el fix Date: Tue, 08 Jan 2008 12:36:24 -0700 Message-ID: References: Reply-To: Tom Tromey NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1199822899 2711 80.91.229.12 (8 Jan 2008 20:08:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 8 Jan 2008 20:08:19 +0000 (UTC) Cc: emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 08 21:08:41 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JCKkY-0000OL-L3 for ged-emacs-devel@m.gmane.org; Tue, 08 Jan 2008 21:08:38 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JCKkB-0000vB-Gq for ged-emacs-devel@m.gmane.org; Tue, 08 Jan 2008 15:08:15 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JCKk8-0000tw-DS for emacs-devel@gnu.org; Tue, 08 Jan 2008 15:08:12 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JCKk7-0000ti-1o for emacs-devel@gnu.org; Tue, 08 Jan 2008 15:08:11 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JCKk6-0000te-Ro for emacs-devel@gnu.org; Tue, 08 Jan 2008 15:08:10 -0500 Original-Received: from mx1.redhat.com ([66.187.233.31]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JCKk3-0001ta-2V; Tue, 08 Jan 2008 15:08:07 -0500 Original-Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m08K80fr018105; Tue, 8 Jan 2008 15:08:00 -0500 Original-Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m08K80AI029904; Tue, 8 Jan 2008 15:08:00 -0500 Original-Received: from opsy.redhat.com (ton.yyz.redhat.com [10.15.16.15]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m08K7xag026033; Tue, 8 Jan 2008 15:08:00 -0500 Original-Received: by opsy.redhat.com (Postfix, from userid 500) id 6835488825D; Tue, 8 Jan 2008 12:36:24 -0700 (MST) X-Attribution: Tom In-Reply-To: (Glenn Morris's message of "Tue\, 08 Jan 2008 03\:34\:09 -0500") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.990 (gnu/linux) X-Scanned-By: MIMEDefang 2.58 on 172.16.52.254 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:86583 Archived-At: >>>>> "GM" == Glenn Morris writes: >> Also, locally I found that RET was doing the wrong thing in blackbox, >> and this patch arranges to redefine newline-and-indent as well. GM> How is it that RET runs newline-and-indent and indent for you? Have GM> you globally rebound it? Would changing from blackbox-redefine-key to Darn, I do have it bound globally, and I didn't think to look at that. Sorry about that. GM> (define-key map [return] 'bb-done) GM> be better than adding a binding for newline-and-indent? Yes, I think that would be better. Thanks for reviewing this. Tom