From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jarek Czekalski Newsgroups: gmane.emacs.devel Subject: news and docs for command-error-function Date: Sun, 29 Dec 2013 12:47:47 +0100 Message-ID: <52C00BE3.9000307@poczta.onet.pl> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1388317678 28329 80.91.229.3 (29 Dec 2013 11:47:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 29 Dec 2013 11:47:58 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Dec 29 12:48:05 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 1VxEqj-00089R-B8 for ged-emacs-devel@m.gmane.org; Sun, 29 Dec 2013 12:48:05 +0100 Original-Received: from localhost ([::1]:54810 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VxEqi-0002eR-U2 for ged-emacs-devel@m.gmane.org; Sun, 29 Dec 2013 06:48:04 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50163) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VxEqb-0002eF-Ug for emacs-devel@gnu.org; Sun, 29 Dec 2013 06:48:02 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VxEqW-0007GL-Um for emacs-devel@gnu.org; Sun, 29 Dec 2013 06:47:57 -0500 Original-Received: from smtpo53.poczta.onet.pl ([213.180.142.184]:59182) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VxEqW-0007GA-Jr for emacs-devel@gnu.org; Sun, 29 Dec 2013 06:47:52 -0500 Original-Received: from [192.168.17.9] (cj.e-siemianowice.pl [95.215.234.30]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: jarekczek@poczta.onet.pl) by smtp.poczta.onet.pl (Onet) with ESMTPSA id 3dsg4k6p8Dz9ttSj for ; Sun, 29 Dec 2013 12:47:50 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=poczta.onet.pl; s=2011; t=1388317671; bh=dHjZtF55DJ/8F+PxgSnERbSe2s4JveV4Mq1qkV7J7jE=; h=Message-ID:Date:From:MIME-Version:To:Subject:Content-Type: Content-Transfer-Encoding; b=QF1Xz7IQe1Q3VvFL/4X5AmEq4QjnijKk1j3LUWEccnohoMM3KE8Lq7Zu46KRPvTbC nwIFXmwBCjiIv6SNe6w/j+rtJyZVsfFVhK0NxCI7CjK7/3rb6Gh30ZPHpcHV8EHovM 5UuKXhIj9FfC1wIQ/8hzSbh8+We1o7QZQFyfcbQ0= User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20120824 Thunderbird/15.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 213.180.142.184 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:166965 Archived-At: Stefan, We modified keyboard.c (r114987 114988 114991) and in 114988 you removed the following from the docs: -This variable is initialized with Emacs default error output function. -It is suggested that user functions are added using add-function. */); I thought it would be good to describe 3 things: 1. suggested way to use this variable (add-function) 2. the change in its handling introduced in 24.4 3. the way it could be substituted before 24.4 (a lisp snippet, like in http://lists.gnu.org/archive/html/emacs-devel/2013-10/msg00819.html) Now I also think both the variable and the function should go to NEWS. I can prepare these changes if you like, but first I wanted to have an agreement of what should be present there. If someone else wants to do the docs themselves, no problem. Jarek