From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Improvements to `(emacs)File Variables' Date: Sun, 14 Nov 2004 16:12:39 -0500 Message-ID: <878y942l8h.fsf-monnier+emacs@gnu.org> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1100466853 16338 80.91.229.6 (14 Nov 2004 21:14:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 14 Nov 2004 21:14:13 +0000 (UTC) Cc: Simon Krahnke Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 14 22:14:07 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CTRhH-00078R-00 for ; Sun, 14 Nov 2004 22:14:07 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CTRpw-0004NH-I9 for ged-emacs-devel@m.gmane.org; Sun, 14 Nov 2004 16:23:04 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CTRp2-00040K-IG for emacs-devel@gnu.org; Sun, 14 Nov 2004 16:22:08 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CTRoz-0003zX-Op for emacs-devel@gnu.org; Sun, 14 Nov 2004 16:22:05 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CTRoz-0003yx-Ef for emacs-devel@gnu.org; Sun, 14 Nov 2004 16:22:05 -0500 Original-Received: from [209.226.175.188] (helo=tomts25-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CTRfs-0001yA-Gl for emacs-devel@gnu.org; Sun, 14 Nov 2004 16:12:40 -0500 Original-Received: from alfajor ([70.48.82.245]) by tomts25-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20041114211239.SZKO25979.tomts25-srv.bellnexxia.net@alfajor>; Sun, 14 Nov 2004 16:12:39 -0500 Original-Received: by alfajor (Postfix, from userid 1000) id ED82D2FD26; Sun, 14 Nov 2004 16:12:39 -0500 (EST) Original-To: emacs-devel@gnu.org In-Reply-To: (Reiner Steib's message of "Sun, 14 Nov 2004 20:02:57 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux) 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: main.gmane.org gmane.emacs.devel:29831 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29831 > `unibyte: t' is not mentioned at all in (info "(emacs)File Variables"). BTW, what is the point of this `unibyte: t' marker? Isn't `coding: binary' doing the same? I think we should make the `unibyte: t' marker obsolete/deprecated. Stefan