From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Different (buffer-file-)coding-systems for different regions of one buffer? (for Rmail MIME) Date: Thu, 22 May 2003 04:33:10 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <200305210243.LAA05432@etlken.m17n.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1053598076 25465 80.91.224.249 (22 May 2003 10:07:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 22 May 2003 10:07:56 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu May 22 12:07:52 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19ImzI-0006cL-00 for ; Thu, 22 May 2003 12:07:52 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19InAV-0002b1-00 for ; Thu, 22 May 2003 12:19:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19ImdE-0008J1-Qu for emacs-devel@quimby.gnus.org; Thu, 22 May 2003 05:45:04 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19Ila7-0000Je-41 for emacs-devel@gnu.org; Thu, 22 May 2003 04:37:47 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19IlZM-0008JW-G6 for emacs-devel@gnu.org; Thu, 22 May 2003 04:37:34 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19IlVe-0007L6-Np for emacs-devel@gnu.org; Thu, 22 May 2003 04:33:10 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.20) id 19IlVe-0006l1-9I; Thu, 22 May 2003 04:33:10 -0400 Original-To: Kenichi Handa In-reply-to: <200305210243.LAA05432@etlken.m17n.org> (message from Kenichi Handa on Wed, 21 May 2003 11:43:09 +0900 (JST)) Original-cc: stktrc@yahoo.com X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:14084 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:14084 > Is it possible to have different (buffer-file-)coding-systems for > different regions of one buffer? As buffer-file-coding-system is a coding system to use on writing a buffer to a file, I think it's nonsense to have different values in different regions. He's not asking what's implemented today, he is asking what might potentially be implemented. As an idea for future features, the idea isn't nonsense.