From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: line-line-move-visual: was line motion problem Date: Fri, 18 Jul 2008 10:16:35 -0400 Message-ID: References: <18557.63556.231489.523637@gargle.gargle.HOWL> <5F62534C-D5CE-4364-8F73-E1AE0D61B4E2@gmail.com> <87abghlqs2.fsf@stupidchicken.com> <87hcap3ct7.fsf@stupidchicken.com> <87mykg84aj.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1216390621 30738 80.91.229.12 (18 Jul 2008 14:17:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 18 Jul 2008 14:17:01 +0000 (UTC) Cc: David Reitter , Chong Yidong , emacs-devel@gnu.org, raman@users.sourceforge.net To: Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 18 16:17:47 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 1KJqmG-0008Io-Ua for ged-emacs-devel@m.gmane.org; Fri, 18 Jul 2008 16:17:45 +0200 Original-Received: from localhost ([127.0.0.1]:33052 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KJqlN-0000y4-TT for ged-emacs-devel@m.gmane.org; Fri, 18 Jul 2008 10:16:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KJqlH-0000xe-UA for emacs-devel@gnu.org; Fri, 18 Jul 2008 10:16:43 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KJqlG-0000w9-60 for emacs-devel@gnu.org; Fri, 18 Jul 2008 10:16:43 -0400 Original-Received: from [199.232.76.173] (port=41461 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KJqlF-0000vu-QV for emacs-devel@gnu.org; Fri, 18 Jul 2008 10:16:41 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:42445 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KJqlC-0000oU-Bs; Fri, 18 Jul 2008 10:16:38 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArEEAAhCgEjO+IfC/2dsb2JhbACBWa1VgXE X-IronPort-AV: E=Sophos;i="4.31,210,1215403200"; d="scan'208";a="24501994" Original-Received: from 206-248-135-194.dsl.teksavvy.com (HELO pastel.home) ([206.248.135.194]) by ironport2-out.teksavvy.com with ESMTP; 18 Jul 2008 10:16:35 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 129104C05D; Fri, 18 Jul 2008 10:16:35 -0400 (EDT) In-Reply-To: (Miles Bader's message of "Fri, 18 Jul 2008 13:35:17 +0900") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:100938 Archived-At: > Also, what about dealing with fringe continuation glyphs? I understand > that some people want them, even in visual-line-mode, but I think many > won't want them, so it would be good if there were an easy setting that > would cause visual-line-mode suppress them. I don't know how many people actually want them in visual-line-mode (I'd like a fringe item at a hard newline, but until this is implemented the next best thing is a display-table element for \n). Stefan