From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: `fset' in insert-file-contents-literally Date: Mon, 22 Mar 2010 21:13:29 +0200 Message-ID: <83ociggofa.fsf@gnu.org> References: <83pr2wgr24.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1269285206 29989 80.91.229.12 (22 Mar 2010 19:13:26 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 22 Mar 2010 19:13:26 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 22 20:13:22 2010 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.69) (envelope-from ) id 1Ntn3v-0006nS-Nb for ged-emacs-devel@m.gmane.org; Mon, 22 Mar 2010 20:13:20 +0100 Original-Received: from localhost ([127.0.0.1]:42679 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ntn3v-0005ke-0a for ged-emacs-devel@m.gmane.org; Mon, 22 Mar 2010 15:13:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ntn3q-0005kZ-3N for emacs-devel@gnu.org; Mon, 22 Mar 2010 15:13:14 -0400 Original-Received: from [140.186.70.92] (port=34732 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ntn3n-0005kR-Qa for emacs-devel@gnu.org; Mon, 22 Mar 2010 15:13:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ntn3m-0005Zx-Bg for emacs-devel@gnu.org; Mon, 22 Mar 2010 15:13:11 -0400 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:55846) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ntn3m-0005Zp-3U for emacs-devel@gnu.org; Mon, 22 Mar 2010 15:13:10 -0400 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0KZP00I006KBH700@a-mtaout23.012.net.il> for emacs-devel@gnu.org; Mon, 22 Mar 2010 21:13:08 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.127.133.145]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KZP00FTJ6PVWZA0@a-mtaout23.012.net.il>; Mon, 22 Mar 2010 21:13:08 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) 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:122501 Archived-At: > From: Stefan Monnier > Cc: emacs-devel@gnu.org > Date: Mon, 22 Mar 2010 14:38:40 -0400 > > > I think we should get rid of find-buffer-file-type itself and its > > companion file-name-buffer-file-type-alist. They've become redundant > > long ago, since EOL decoding was introduced. It's time to say > > good-bye. We should use the equivalent Mule facilities for that. > > I'm all for it, yes, > > > Stefan "Who just doesn't know enough about w32 to suggest such changes" All file-name-buffer-file-type-alist does is force certain files (those that have t in the cdr of their association) be read with no-conversion. That's it.