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: line-line-move-visual: was line motion problem Date: Mon, 21 Jul 2008 00:09:23 -0400 Message-ID: <87ljzvyj2k.fsf@stupidchicken.com> 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> <87fxq7yy2p.fsf@stupidchicken.com> <87iqv1md9o.fsf@stupidchicken.com> <87wsjhw5ra.fsf@catnip.gol.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1216613388 8058 80.91.229.12 (21 Jul 2008 04:09:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 21 Jul 2008 04:09:48 +0000 (UTC) Cc: David Reitter , emacs-devel@gnu.org, Stefan Monnier , raman@users.sourceforge.net To: Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 21 06:10:35 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 1KKmjK-00055C-P1 for ged-emacs-devel@m.gmane.org; Mon, 21 Jul 2008 06:10:35 +0200 Original-Received: from localhost ([127.0.0.1]:35854 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KKmiP-0004YP-9B for ged-emacs-devel@m.gmane.org; Mon, 21 Jul 2008 00:09:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KKmiK-0004WZ-UX for emacs-devel@gnu.org; Mon, 21 Jul 2008 00:09:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KKmiJ-0004V0-58 for emacs-devel@gnu.org; Mon, 21 Jul 2008 00:09:32 -0400 Original-Received: from [199.232.76.173] (port=45770 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KKmiJ-0004Ux-0j for emacs-devel@gnu.org; Mon, 21 Jul 2008 00:09:31 -0400 Original-Received: from c-24-63-201-57.hsd1.ma.comcast.net ([24.63.201.57]:15140 helo=furry) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KKmiD-0006A0-Hh; Mon, 21 Jul 2008 00:09:25 -0400 Original-Received: by furry (Postfix, from userid 1000) id 1883FC054; Mon, 21 Jul 2008 00:09:23 -0400 (EDT) In-Reply-To: <87wsjhw5ra.fsf@catnip.gol.com> (Miles Bader's message of "Sun, 20 Jul 2008 13:15:21 +0900") 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:101044 Archived-At: Miles Bader writes: > No need to copy/modify fringe-indicator-alist I think; how about just > doing: > > (push '(continuation) fringe-indicator-alist) Indeed. I just checked in something to CVS along these lines.