From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Reitter Newsgroups: gmane.emacs.devel Subject: Re: longlines-mode Date: Wed, 27 Feb 2008 16:05:24 +0000 Message-ID: References: <87k5kvtthe.fsf@stupidchicken.com> <8763wfnzpt.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v919.2) Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1204128407 5228 80.91.229.12 (27 Feb 2008 16:06:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 27 Feb 2008 16:06:47 +0000 (UTC) Cc: emacs-devel@gnu.org To: =?ISO-8859-1?Q?Johan_Bockg=E5rd?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 27 17:07:09 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 1JUOnO-0002Ob-K1 for ged-emacs-devel@m.gmane.org; Wed, 27 Feb 2008 17:06:14 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JUOms-0001kZ-JC for ged-emacs-devel@m.gmane.org; Wed, 27 Feb 2008 11:05:42 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JUOmn-0001ic-3K for emacs-devel@gnu.org; Wed, 27 Feb 2008 11:05:37 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JUOml-0001hR-Bq for emacs-devel@gnu.org; Wed, 27 Feb 2008 11:05:36 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JUOml-0001hI-6n for emacs-devel@gnu.org; Wed, 27 Feb 2008 11:05:35 -0500 Original-Received: from nf-out-0910.google.com ([64.233.182.186]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JUOmk-000378-Le for emacs-devel@gnu.org; Wed, 27 Feb 2008 11:05:34 -0500 Original-Received: by nf-out-0910.google.com with SMTP id f5so1679813nfh.26 for ; Wed, 27 Feb 2008 08:05:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:cc:message-id:from:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer; bh=bv0PJOkXTQbaa59DfTpDILGmXw5quJ1apAhyKPkP99E=; b=JDdCswuy34jPRoy9LjBwIPfPA01l3/s9UPr440L4rhScGRQaY+Xfl2D+KOanwye1etnnrnVqNifBSdr5KVViJwqnC7R2hc0JTJj5LGn4OUFrCGnTvNMKpMG4diYxh3DYRAK7968RcmJTM5un8MMyayI8pNCbkin30/9bJetOByw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=cc:message-id:from:to:in-reply-to:content-type:content-transfer-encoding:mime-version:subject:date:references:x-mailer; b=u5+kGy3JmNByxrR1rJZe0O34JsU9eWdTM46zWaRMhMsSdzx6i0zeEtmVXApgzY/N3wJSTsyDIKTlC6CYw9fLwX14HPgR0T8CEBXQNd2XJBmEOO0olNK9j50PH4K/kg3W5OiZ1/AyfaeOtX0Y+eWPZ4lqkjRYFQuO9CMJrvWwfp0= Original-Received: by 10.78.81.20 with SMTP id e20mr6427069hub.19.1204128327613; Wed, 27 Feb 2008 08:05:27 -0800 (PST) Original-Received: from scarlett.inf.ed.ac.uk ( [129.215.174.113]) by mx.google.com with ESMTPS id h4sm14474666nfh.8.2008.02.27.08.05.26 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 27 Feb 2008 08:05:26 -0800 (PST) In-Reply-To: X-Mailer: Apple Mail (2.919.2) 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:90618 Archived-At: On 27 Feb 2008, at 12:20, Johan Bockg=E5rd wrote: > BTW, Is it time to merge Kim's patch? > > Line wrapping during redisplay > http://lists.gnu.org/archive/html/emacs-devel/2005-07/msg01112.html This would be much appreciated. It would fix a number of problems with =20= third-party packages. In my case, writing a 200-page thesis in LaTeX =20 with AUCTeX, longlines mode and proportional fonts has brought up =20 numerous issues that had been pointed out in the thread you refer to. - D=