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: Re: command-error-function default handler Date: Mon, 28 Oct 2013 08:44:59 +0100 Message-ID: <526E15FB.5080102@poczta.onet.pl> References: <526C14F8.2080408@poczta.onet.pl> <526D19AE.70004@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 1382946315 3058 80.91.229.3 (28 Oct 2013 07:45:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 28 Oct 2013 07:45:15 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 28 08:45:20 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 1VahVl-0001Pg-U6 for ged-emacs-devel@m.gmane.org; Mon, 28 Oct 2013 08:45:18 +0100 Original-Received: from localhost ([::1]:40271 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VahVl-0008Ng-HH for ged-emacs-devel@m.gmane.org; Mon, 28 Oct 2013 03:45:17 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51324) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VahVc-0008Kq-L5 for emacs-devel@gnu.org; Mon, 28 Oct 2013 03:45:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VahVX-0002pv-21 for emacs-devel@gnu.org; Mon, 28 Oct 2013 03:45:08 -0400 Original-Received: from smtpo11.poczta.onet.pl ([213.180.142.142]:42052) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VahVW-0002lK-NV for emacs-devel@gnu.org; Mon, 28 Oct 2013 03:45:02 -0400 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 3d7Sd80MsGz9v1t6 for ; Mon, 28 Oct 2013 08:44:59 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=poczta.onet.pl; s=2011; t=1382946300; bh=N0ZXqpoUtpbAQ/EXm/GtmLCJ63oZ8hIrPa8CFg+dB8w=; h=Message-ID:Date:From:MIME-Version:To:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=QjSAubC9n43rM+dw/A87hwK75jGuPcoIWXRqpPdDyQGig+RtzRw3nzzbgCjIyPZxb m+zucSJuWDofNO9sxUOidEPPsWlmgf8LQ5C7aRUED9gFsNnDY1pqT9poSxIW8099XI JUHg3Bkrg6PscNb2vz3WHKIRI+nI5RUJpiHVJT1Y= User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20120824 Thunderbird/15.0 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 213.180.142.142 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:164592 Archived-At: W dniu 2013-10-28 01:23, Stefan Monnier pisze: > > Could you provide a patch to Emacs that changes the default value of > command-error-function to a function that does the same as the current > default behavior? > > > Stefan With pleasure, but this may take up to 2 weeks. Best, Jarek