From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: longlines-mode and visual-line-mode Date: Mon, 1 Jun 2009 12:01:06 +0200 Message-ID: References: <20090601095537.GA14456@tomas> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1243850562 12736 80.91.229.12 (1 Jun 2009 10:02:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 1 Jun 2009 10:02:42 +0000 (UTC) Cc: MON KEY , sdl.web@gmail.com, emacs-devel@gnu.org To: tomas@tuxteam.de Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 01 12:02:38 2009 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 1MB4Lm-0007E0-1M for ged-emacs-devel@m.gmane.org; Mon, 01 Jun 2009 12:02:38 +0200 Original-Received: from localhost ([127.0.0.1]:54398 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MB4Ll-0001sp-Hy for ged-emacs-devel@m.gmane.org; Mon, 01 Jun 2009 06:02:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MB4KO-0000tv-8C for emacs-devel@gnu.org; Mon, 01 Jun 2009 06:01:12 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MB4KJ-0000sL-Gh for emacs-devel@gnu.org; Mon, 01 Jun 2009 06:01:11 -0400 Original-Received: from [199.232.76.173] (port=50700 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MB4KJ-0000sG-9g for emacs-devel@gnu.org; Mon, 01 Jun 2009 06:01:07 -0400 Original-Received: from mail-bw0-f161.google.com ([209.85.218.161]:52638) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MB4KI-0001lO-Qy for emacs-devel@gnu.org; Mon, 01 Jun 2009 06:01:07 -0400 Original-Received: by mail-bw0-f161.google.com with SMTP id 5so8163163bwz.42 for ; Mon, 01 Jun 2009 03:01:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=lAi9Jxq3xV3O0prYsbaJr0UmYSIen8h/HJtZisibV/8=; b=AGJjnX1IMG46hdnd2kIXYUXiwg59QYPneZbK/chqm9nrtz/ODAoUhreVWvThmZvAof afhUanWh4VX+GoHikJ2IIpyohIcF6uVPrH33ShRsG6wZyQWdeeqyo1E0Bcuv1EsIMXkm 2LcZkMWTN8BW2JLdRnuh8Ar467uAsI4LcEDHM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=xcp8Rz6taouK9CzjuI2CewZqQzNEwIDedY8laxmN23Ry3xxSE7yUaGycGflCm24bzP Pl9fWm3kdKbgnFC8Ugv6dA2FcmAHj4FV+TowYyYvcQw7HyhgE0ik1Dx1YxWiFQcM7nQK uxrOE22Xr4CgN5RE6YEwg3U7qZunWeOsFXN3M= Original-Received: by 10.239.159.208 with SMTP id z16mr405524hbc.8.1243850466234; Mon, 01 Jun 2009 03:01:06 -0700 (PDT) In-Reply-To: <20090601095537.GA14456@tomas> X-detected-operating-system: by monty-python.gnu.org: GNU/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:111243 Archived-At: On Mon, Jun 1, 2009 at 11:55 AM, wrote: > > As one data point, I'm working on a set of programs to represent mark-up > in buffers with the help of text properties and mark-up. Those get very > confused with the newlines inserted by longlines-mode whereas they work > flawlessly with v-l-m (it has been mentioned upthread that l-l-m > modifies the buffer, so this is a confirmation that yes, v-l-m seems > much more probable to interact well with other apps). I can confirm such experiences.