From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: safe_call1 considered harmful Date: Mon, 31 Jul 2006 14:14:00 +0900 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1154322918 7369 80.91.229.2 (31 Jul 2006 05:15:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 31 Jul 2006 05:15:18 +0000 (UTC) Cc: eliz@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 31 07:15:15 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1G7Q7R-0006IA-KX for ged-emacs-devel@m.gmane.org; Mon, 31 Jul 2006 07:15:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G7Q7Q-0006Ef-Pm for ged-emacs-devel@m.gmane.org; Mon, 31 Jul 2006 01:15:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G7Q7H-0006Db-43 for emacs-devel@gnu.org; Mon, 31 Jul 2006 01:14:59 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G7Q7F-0006DP-Cx for emacs-devel@gnu.org; Mon, 31 Jul 2006 01:14:58 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G7Q7F-0006DM-9k for emacs-devel@gnu.org; Mon, 31 Jul 2006 01:14:57 -0400 Original-Received: from [150.29.246.133] (helo=mx1.aist.go.jp) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G7Q9l-0004Ll-Td; Mon, 31 Jul 2006 01:17:34 -0400 Original-Received: from smtp3.aist.go.jp ([150.29.246.12]) by mx1.aist.go.jp with ESMTP id k6V5Elf2021236; Mon, 31 Jul 2006 14:14:48 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp3.aist.go.jp with ESMTP id k6V5Eknf008947; Mon, 31 Jul 2006 14:14:46 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 3.36 #1 (Debian)) id 1G7Q6K-0005yN-00; Mon, 31 Jul 2006 14:14:00 +0900 Original-To: rms@gnu.org In-reply-to: (message from Richard Stallman on Mon, 31 Jul 2006 00:38:28 -0400) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.50 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI) 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:57835 Archived-At: In article , Richard Stallman writes: > We can change tar-mode/arc-mode/jka-compr to call > find-operation-coding-system with full number of arguments > plus the extra argument BUFFER. > I'd rather leave it alone. If you think the backward incompatible problem raised by the current code is not that a big problem, I don't argue anymore. Shall I install this change in etc/NEWS? *** NEWS 31 Jul 2006 09:41:07 +0900 1.1382 --- NEWS 31 Jul 2006 14:08:58 +0900 *************** *** 3661,3668 **** * Incompatible Lisp Changes in Emacs 22.1 ! ** The function find-operation-coding-system accepts a cons (FILENAME ! . BUFFER) in an argument correponding to the target. --- ** The variables post-command-idle-hook and post-command-idle-delay have --- 3661,3670 ---- * Incompatible Lisp Changes in Emacs 22.1 ! ** The function find-operation-coding-system may be called with a cons ! (FILENAME . BUFFER) in the second argument if the first argument ! OPERATION is `insert-file-contents', and thus a function registered in ! `file-coding-system-alist' is also called with such an argument. --- ** The variables post-command-idle-hook and post-command-idle-delay have --- Kenichi Handa handa@m17n.org