From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: bug#14860: [Peter Vasil] emacs 24.3.50.1: Byte compile warning Warning: function used to take 0+ arguments, now takes 0 Date: Sat, 13 Jul 2013 20:02:56 -0400 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1373760248 28555 80.91.229.3 (14 Jul 2013 00:04:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 14 Jul 2013 00:04:08 +0000 (UTC) To: 14860@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Jul 14 02:04:08 2013 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1Uy9nM-0000Nh-8B for geb-bug-gnu-emacs@m.gmane.org; Sun, 14 Jul 2013 02:04:08 +0200 Original-Received: from localhost ([::1]:50101 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uy9nL-0005dc-7x for geb-bug-gnu-emacs@m.gmane.org; Sat, 13 Jul 2013 20:04:07 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42568) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uy9nH-0005dV-MK for bug-gnu-emacs@gnu.org; Sat, 13 Jul 2013 20:04:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uy9nG-0000Ar-On for bug-gnu-emacs@gnu.org; Sat, 13 Jul 2013 20:04:03 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:59158) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uy9nG-0000Am-LX for bug-gnu-emacs@gnu.org; Sat, 13 Jul 2013 20:04:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1Uy9nF-0003nk-Sj for bug-gnu-emacs@gnu.org; Sat, 13 Jul 2013 20:04:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Stefan Monnier Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 14 Jul 2013 00:04:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 14860 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 14860-submit@debbugs.gnu.org id=B14860.137376018914507 (code B ref 14860); Sun, 14 Jul 2013 00:04:01 +0000 Original-Received: (at 14860) by debbugs.gnu.org; 14 Jul 2013 00:03:09 +0000 Original-Received: from localhost ([127.0.0.1]:53474 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Uy9mP-0003lu-Bk for submit@debbugs.gnu.org; Sat, 13 Jul 2013 20:03:09 -0400 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:40744) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Uy9mN-0003lk-Qu for 14860@debbugs.gnu.org; Sat, 13 Jul 2013 20:03:08 -0400 Original-Received: from fmsmemgm.homelinux.net (lechon.iro.umontreal.ca [132.204.27.242]) by pruche.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id r6E02wVo019639; Sat, 13 Jul 2013 20:03:02 -0400 Original-Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id 5B560AE2D3; Sat, 13 Jul 2013 20:02:56 -0400 (EDT) In-Reply-To: (Stefan Monnier's message of "Sat, 13 Jul 2013 19:35:32 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV4638=0 X-NAI-Spam-Version: 2.3.0.9362 : core <4638> : streams <999578> : uri <1476132> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:76338 Archived-At: > (defun goto-line-with-feedback () > "Show line numbers temporarily, while prompting for the line number input" > (interactive) > (let ((line-numbers-off-p (if (boundp 'linum-mode) > (not linum-mode) > t))) > (unwind-protect > (progn > (when line-numbers-off-p > (linum-mode 1)) > (call-interactively 'goto-line)) > (when line-numbers-off-p > (linum-mode -1))))) > When I byte-compile init.el I get the following warning: > function goto-line-with-feedback used to take 0+ arguments, now takes 0 I can't reproduce this here. What does C-h f goto-line-with-feedback RET say, after starting an Emacs session? Stefan