From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitri Paduchikh Newsgroups: gmane.emacs.devel Subject: Re: Info: Console Vs GUI difference? Date: Mon, 04 Nov 2013 09:10:36 +0600 Message-ID: <87habsx3o3.fsf@dpaduchikh.invalid> References: <83eh70as37.fsf@gnu.org> <837gcrc10q.fsf@gnu.org> <52769DD6.1040002@poczta.onet.pl> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1383534655 8004 80.91.229.3 (4 Nov 2013 03:10:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 4 Nov 2013 03:10:55 +0000 (UTC) Cc: Jarek Czekalski , emacs-devel@gnu.org To: "T.V. Raman" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 04 04:11:00 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 1VdAZ9-0002XN-U4 for ged-emacs-devel@m.gmane.org; Mon, 04 Nov 2013 04:11:00 +0100 Original-Received: from localhost ([::1]:47850 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VdAZ9-0001os-EN for ged-emacs-devel@m.gmane.org; Sun, 03 Nov 2013 22:10:59 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47023) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VdAYz-0001oi-9P for emacs-devel@gnu.org; Sun, 03 Nov 2013 22:10:57 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VdAYq-0003AP-T9 for emacs-devel@gnu.org; Sun, 03 Nov 2013 22:10:49 -0500 Original-Received: from mail-lb0-x22d.google.com ([2a00:1450:4010:c04::22d]:32822) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VdAYq-0003AJ-Ji for emacs-devel@gnu.org; Sun, 03 Nov 2013 22:10:40 -0500 Original-Received: by mail-lb0-f173.google.com with SMTP id w7so4955714lbi.4 for ; Sun, 03 Nov 2013 19:10:39 -0800 (PST) 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=JUEd+bvIy/XPwIpKuOcu1ydiB63P964sIVlXxeou6pg=; b=GyolP6mvMCj1tynnDzlEyi+Zl21qRaULX8RXO4wPgwaGNHm9P5KS3Myn4agUMXoaRi hdBDR8g0bKuzxrokP28f0BSgTxx7KeX8RxMBA19rFpoqLx94IAh96pU36SZUuxPBCaiY cBKWybCiNCLovEdkv0lKq71uVK4u0JfK2MTw4k5+JUAqgLmnGJQBlc79UobWC2lv84fh Qsl/k7Ui00c/6drPiF1ugHZ4jyhwn7OR9D/BpbKhPMiKbVHyIhVSTz5kBm9v9BoS0kgI WJnn36n2ii+1pYJ+W88VhgbcuW96IvZ15p49WTYpoUry1e/v1uqvjBkP2QtTPiTxR6o+ 9dPQ== X-Received: by 10.112.236.97 with SMTP id ut1mr155294lbc.37.1383534639324; Sun, 03 Nov 2013 19:10:39 -0800 (PST) Original-Received: from paduch.telenet.ru ([46.48.49.226]) by mx.google.com with ESMTPSA id l10sm15031739lbh.13.2013.11.03.19.10.37 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 03 Nov 2013 19:10:38 -0800 (PST) In-Reply-To: (T. V. Raman's message of "Sun, 3 Nov 2013 11:05:57 -0800") User-Agent: Gnus/5.13 (Gnus v5.13) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::22d 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:164915 Archived-At: T.V. Raman wrote: > It doesn't work with the recommended means of using add-function > -- so perhaps there is a bug in nadvice If I understood right, add-function cannot be applied to variables having nil values. The initial value must be a function. Though I did not check the development version of Emacs. -- With best regards Dmitri Paduchikh