From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Oleh Krehel Newsgroups: gmane.emacs.devel Subject: Re: Is there a way to inhibit message3 from Elisp? Date: Wed, 22 Apr 2015 15:48:46 +0200 Message-ID: <87sibsqnnl.fsf@gmail.com> References: <87618psiu4.fsf@gmail.com> <87a8y1l3ho.fsf@gmail.com> <83618o4eom.fsf@gnu.org> <87lhhke5s1.fsf@gmail.com> <831tjc4ah3.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1429710881 6139 80.91.229.3 (22 Apr 2015 13:54:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 22 Apr 2015 13:54:41 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 22 15:54:40 2015 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 1Ykv6s-0007JK-HX for ged-emacs-devel@m.gmane.org; Wed, 22 Apr 2015 15:54:38 +0200 Original-Received: from localhost ([::1]:35357 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ykv6r-00088I-V2 for ged-emacs-devel@m.gmane.org; Wed, 22 Apr 2015 09:54:37 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47030) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ykv6n-00085C-1v for emacs-devel@gnu.org; Wed, 22 Apr 2015 09:54:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ykv6h-0006a9-4F for emacs-devel@gnu.org; Wed, 22 Apr 2015 09:54:33 -0400 Original-Received: from mail-wi0-x22e.google.com ([2a00:1450:400c:c05::22e]:38810) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ykv6g-0006Zm-OQ; Wed, 22 Apr 2015 09:54:27 -0400 Original-Received: by wiun10 with SMTP id n10so58219816wiu.1; Wed, 22 Apr 2015 06:54:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=WgAM7j2OQxFiCf3XKqKIuhyQerD3hNAeOqYeC0V8kZ4=; b=H4RfdNpU6rE61GL5lcBNCsnrA0f8fEbdQC4QkpDEtVn8hxDTNp/ZYjaP+36FyPP7UV SH1YKmV2t3g9vSlZx6+Ilm4NewPv20nLf25IWuBpkCkoORgryNA/DRWjRSqiZ3e6RuM+ hiBShVECXHO4dwEdnikQuqpYHPlHTzGnupv4fJW215nxADiznUH4Q/ZtR+k6kX+Rck+c 2GqWzS/gT3S3E4YYy1xLEN9EZAFLHcohcaySXvBtNRVaiT9I1yDaAxHmB8y7ePK1nnys vf4zZisUy21rSF89dWRY4M6xu5wabbZLqVIMD0xIFKIPDBxOSnWuHgwtZUMmMcDJWvLB BcNw== X-Received: by 10.180.19.134 with SMTP id f6mr6134115wie.35.1429710865568; Wed, 22 Apr 2015 06:54:25 -0700 (PDT) Original-Received: from firefly (dyn069045.nbw.tue.nl. [131.155.69.45]) by mx.google.com with ESMTPSA id dq4sm7884318wid.17.2015.04.22.06.54.24 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 22 Apr 2015 06:54:25 -0700 (PDT) In-Reply-To: (Stefan Monnier's message of "Wed, 22 Apr 2015 09:51:17 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::22e 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:185780 Archived-At: Stefan Monnier writes: >> I think it's OK, with a few minor comments: > >> +** New variable `inhibit-message', when bound to t, inhibits the > > No, as I said I want a variable to *redirect* not to inhibit, Sorry, but I have no idea how to make that work. The current update fixes my problem though. Oleh