From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Christopher Schmidt Newsgroups: gmane.emacs.devel Subject: Re: CheckDoc and package.el versus file variable prop lines Date: Mon, 25 Feb 2013 23:01:08 +0000 (GMT) Message-ID: <87wqtw0zic@ch.ristopher.com> References: <20130226065338.768408fc7ee7a87a61b0ce78@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1361833277 21903 80.91.229.3 (25 Feb 2013 23:01:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 25 Feb 2013 23:01:17 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 26 00:01:40 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UA73E-0004e4-Bm for ged-emacs-devel@m.gmane.org; Tue, 26 Feb 2013 00:01:40 +0100 Original-Received: from localhost ([::1]:59820 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UA72t-0006A4-IR for ged-emacs-devel@m.gmane.org; Mon, 25 Feb 2013 18:01:19 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:39587) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UA72p-00069O-2O for emacs-devel@gnu.org; Mon, 25 Feb 2013 18:01:17 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UA72l-0003LZ-Kl for emacs-devel@gnu.org; Mon, 25 Feb 2013 18:01:14 -0500 Original-Received: from ristopher.com ([146.185.21.93]:58407 helo=saturn.ch.ristopher.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UA72l-0003LF-0Q for emacs-devel@gnu.org; Mon, 25 Feb 2013 18:01:11 -0500 Original-Received: by saturn.ch.ristopher.com (Postfix, from userid 0) id 354E11FFD7; Mon, 25 Feb 2013 23:01:08 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=ch.ristopher.com; s=mail; t=1361833268; bh=s8A6ccklYnX3nmzV1hVhxhW3sYOaKRECAWIQl9ljiHI=; h=From:To:Subject:In-Reply-To:Message-ID:References:MIME-Version: Content-Type:Date; b=pO0n5nmzXlIMdq5y7b2LXn+hTdHnEUB4V6f6tNzbVC5tKAMYuoke+7tC70rOTOl/m SCaOTo5MOaB4hjHSRtErvWTTaqdPcu9Q+5q3DFHZAH1vdKfW1UWLle4fGTXsqXylHw HKXMPEAT/Zvo545R5A8jeGz4PDjuzu8GHLK4bJ+A= In-Reply-To: <20130226065338.768408fc7ee7a87a61b0ce78@gmail.com> (Xue Fuqiao's message of "Tue, 26 Feb 2013 06:53:38 +0800") Mail-Followup-To: emacs-devel@gnu.org X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x X-Received-From: 146.185.21.93 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:157357 Archived-At: Xue Fuqiao writes: > If this would make the first line too long, maybe we can use a Local > Variables section at the end of the file. That is not a good idea. Check bug 12049. Christopher