From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Carsten Dominik Newsgroups: gmane.emacs.devel Subject: Re: Truncate lines as a text property Date: Mon, 23 Nov 2009 09:36:57 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1258965474 22114 80.91.229.12 (23 Nov 2009 08:37:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 23 Nov 2009 08:37:54 +0000 (UTC) Cc: Emacs developers To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 23 09:37:47 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 1NCUQd-00066m-AZ for ged-emacs-devel@m.gmane.org; Mon, 23 Nov 2009 09:37:47 +0100 Original-Received: from localhost ([127.0.0.1]:46207 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NCUQc-000560-TR for ged-emacs-devel@m.gmane.org; Mon, 23 Nov 2009 03:37:46 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NCUPy-0004pR-1B for emacs-devel@gnu.org; Mon, 23 Nov 2009 03:37:06 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NCUPt-0004nl-EU for emacs-devel@gnu.org; Mon, 23 Nov 2009 03:37:05 -0500 Original-Received: from [199.232.76.173] (port=37341 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NCUPt-0004ni-74 for emacs-devel@gnu.org; Mon, 23 Nov 2009 03:37:01 -0500 Original-Received: from mail-fx0-f213.google.com ([209.85.220.213]:55425) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NCUPs-000879-Pp for emacs-devel@gnu.org; Mon, 23 Nov 2009 03:37:01 -0500 Original-Received: by fxm5 with SMTP id 5so5938111fxm.8 for ; Mon, 23 Nov 2009 00:36:59 -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=+L7z78vXbvvwNAHSokfwoTQt3ca7RiR187JcIcb2sDo=; b=a3aYGB64MtSY5EPADgParloKwYdJKdSYG69Y5MYqNaossChGAqeLZ+oplyri0Dv8xX NQCkL5/KdgTJR24E+rxIiCg8QTfK3pUBWmh6xLexN1U9lHvzD/U/lElItvHd/VGUGYhb zYWKvs8W324ygWChWMZL5uWeSPZk1CZfLCvnU= 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=Yw7sg4ODDEsFhetTnyyou3Y2/xAt9zi32c/zGdVuKYPUHm88jfZw4IFhSBVZe4ien4 I9X1dMLWisLSwrXKPNCFmPBem0nWDd8xsMfb1utbezZbRtuoiiRpzyhbRn3IIyiKAYWK adlHJpdtHspMt19AkJnCGtERUdk5YA4D3Fyh8= Original-Received: by 10.86.198.12 with SMTP id v12mr3789014fgf.17.1258965419675; Mon, 23 Nov 2009 00:36:59 -0800 (PST) Original-Received: from ?192.168.2.2? (u016822.science.uva.nl [146.50.39.34]) by mx.google.com with ESMTPS id 12sm6314393fgg.2.2009.11.23.00.36.58 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 23 Nov 2009 00:36:58 -0800 (PST) In-Reply-To: X-Mailer: Apple Mail (2.936) 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:117571 Archived-At: On Nov 23, 2009, at 3:17 AM, Stefan Monnier wrote: >> this is something like a feature request. > > Sounds reasonable. Why not post it as a feature request via M-x > report-emacs-bug? Because I did not know that feature requests are supposed to be reported as bugs. Will do. - Carsten