From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Longlines mode in menu Date: Thu, 05 Jun 2008 14:55:40 -0400 Message-ID: <87mylzn237.fsf@stupidchicken.com> References: <87wsl41lq0.fsf@stupidchicken.com> <874p87eswt.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1212692422 8800 80.91.229.12 (5 Jun 2008 19:00:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 5 Jun 2008 19:00:22 +0000 (UTC) Cc: emacs-devel@gnu.org To: Paul R Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 05 21:01:04 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 1K4Khl-0006kV-0K for ged-emacs-devel@m.gmane.org; Thu, 05 Jun 2008 21:00:57 +0200 Original-Received: from localhost ([127.0.0.1]:45207 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K4Kgy-000068-HS for ged-emacs-devel@m.gmane.org; Thu, 05 Jun 2008 15:00:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K4Kgu-00005t-5F for emacs-devel@gnu.org; Thu, 05 Jun 2008 15:00:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K4Kgs-00005a-4l for emacs-devel@gnu.org; Thu, 05 Jun 2008 15:00:02 -0400 Original-Received: from [199.232.76.173] (port=35203 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K4Kgr-00005V-TQ for emacs-devel@gnu.org; Thu, 05 Jun 2008 15:00:01 -0400 Original-Received: from cyd.mit.edu ([18.115.2.24]:51016) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K4Kgs-0000W4-3t for emacs-devel@gnu.org; Thu, 05 Jun 2008 15:00:02 -0400 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id E2BC34E958; Thu, 5 Jun 2008 14:55:40 -0400 (EDT) In-Reply-To: <874p87eswt.fsf@gmail.com> (Paul R.'s message of "Thu, 05 Jun 2008 18:41:06 +0200") 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: 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:98480 Archived-At: Paul R writes: > Chong Yidong writes: > >> Someone just suggested to me that Longlines mode should have an entry in >> the Options menu of the menu-bar. This seems reasonable to me: new >> users are likely to come across situations where Longlines mode is >> necessary, but not know of its existence. Windows notepad has had such >> an item in its menu for a while. >> >> Thoughts? >> > > It brakes tables done with M-x table-insert . That said, I don't think > this should prevent long-line from being added to the menu. This should be easy to fix. I'll take a look once I get some time.