From unknown Sun Jun 22 13:37:31 2025 X-Loop: help-debbugs@gnu.org Subject: bug#12486: 24.2.50; local var byte-compile-warnings no more working as expected Resent-From: Thierry Volpiatto Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 22 Sep 2012 08:14:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 12486 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 12486@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.134830163413238 (code B ref -1); Sat, 22 Sep 2012 08:14:01 +0000 Received: (at submit) by debbugs.gnu.org; 22 Sep 2012 08:13:54 +0000 Received: from localhost ([127.0.0.1]:47989 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TFKqU-0003RP-Dy for submit@debbugs.gnu.org; Sat, 22 Sep 2012 04:13:54 -0400 Received: from eggs.gnu.org ([208.118.235.92]:34452) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TFKqP-0003RC-0r for submit@debbugs.gnu.org; Sat, 22 Sep 2012 04:13:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TFKoh-0006YB-Lr for submit@debbugs.gnu.org; Sat, 22 Sep 2012 04:12:03 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:47336) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TFKoh-0006Y6-Hs for submit@debbugs.gnu.org; Sat, 22 Sep 2012 04:11:59 -0400 Received: from eggs.gnu.org ([208.118.235.92]:33685) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TFKob-0002rZ-SX for bug-gnu-emacs@gnu.org; Sat, 22 Sep 2012 04:11:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TFKoX-0006Vu-EI for bug-gnu-emacs@gnu.org; Sat, 22 Sep 2012 04:11:53 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:51677) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TFKoX-0006Vf-3a for bug-gnu-emacs@gnu.org; Sat, 22 Sep 2012 04:11:49 -0400 Received: by weyu3 with SMTP id u3so830767wey.0 for ; Sat, 22 Sep 2012 01:11:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:mime-version:content-type; bh=qp7+aJquD71sSciHy4A+oyJRASm7gqBBmU9Q+jQyYMU=; b=GApdH4SO6BChry3UeXuY71KQO9xr9BoMpQFoTcaqsNFel8CPrMbq/vtyxJ/55yopz0 FKvwOZZSkN8QQzTMB/XzEoFRv7Kic/jsxIK5hDewVNBrGdrDIp8ol9mPxXlknhfh+MRc NgOB1HrSdMA+9ZYC4A71gK/4XwBgDP1HlpgFhjM91Z6fCOgZ2Hb7qPJ5dYn7YFRNYdHo oKOi3nQT+mgEb20kB51/FQklpxAEqTif4VvmB/+dvt7zlKrP/HLOMMk+PVlgPXfx/cJq V2ucGbk6MOWhIgZ2x/VHxeSJ9l5OL0ii2iXoIJ8ZSsVBdwkYjRhR66zHW65xwqblGilX sjzQ== Received: by 10.216.135.217 with SMTP id u67mr4418970wei.115.1348301508047; Sat, 22 Sep 2012 01:11:48 -0700 (PDT) Received: from dell-14z (lbe83-2-78-243-104-167.fbx.proxad.net. [78.243.104.167]) by mx.google.com with ESMTPS id h9sm2211352wiz.1.2012.09.22.01.11.46 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 22 Sep 2012 01:11:47 -0700 (PDT) From: Thierry Volpiatto Date: Sat, 22 Sep 2012 10:11:39 +0200 Message-ID: <87pq5etr2c.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.17 X-Spam-Score: -6.1 (------) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.1 (------) Hi, setting in my files: --8<---------------cut here---------------start------------->8--- ;; Local Variables: ;; byte-compile-warnings: (not cl-functions obsolete) --8<---------------cut here---------------end--------------->8--- is no more working as expected, warnings are now sent when compiling: --8<---------------cut here---------------start------------->8--- [...] In helm-ff-zgrep-1: helm-grep.el:714:58:Warning: `labels' is an obsolete macro (as of 24.3); use `cl-labels' instead. [...] --8<---------------cut here---------------end--------------->8--- Please fix it. Thanks. In GNU Emacs 24.2.50.1 (x86_64-unknown-linux-gnu, X toolkit, Xaw3d scroll bars) of 2012-09-21 on dell-14z Windowing system distributor `The X.Org Foundation', version 11.0.11103000 Configured using: `configure '--with-x-toolkit=lucid' '--with-wide-int' '--without-gconf' '--without-gsettings'' Important settings: value of $LANG: fr_FR.UTF-8 locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: Lisp Interaction Minor modes in effect: recentf-mode: t global-undo-tree-mode: t undo-tree-mode: t auto-image-file-mode: t show-paren-mode: t display-time-mode: t savehist-mode: t minibuffer-depth-indicate-mode: t eldoc-mode: t helm-mode: t shell-dirtrack-mode: t helm-match-plugin-mode: t diff-auto-refine-mode: t tooltip-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: t Recent input: C-h e M-< C-x C-b M-x Recent messages: Indentation variables are now local. Indentation setup for shell type bash Restoring buffers...96% Parsing archive file...done. Restoring buffers...done Mark set Loading /home/thierry/.emacs.d/recentf...done Cleaning up the recentf list...done (0 removed) Load-path shadows: ~/.emacs.d/emacs-config-laptop/.gnus hides ~/.emacs.d/.gnus ~/elisp/helm-extensions/helm-ls-git hides ~/elisp/helm/helm-ls-git ~/elisp/emacs-wget/lpath hides ~/elisp/auctex/lpath ~/elisp/magit/.dir-locals hides /usr/local/share/emacs/24.2.50/lisp/gnus/.dir-locals ~/elisp/emms/lisp/tq hides /usr/local/share/emacs/24.2.50/lisp/emacs-lisp/tq Features: (shadow gnus-dired nnir mail-extr gnus-msg emacsbug helm-command tramp-cache tramp-sh recentf helm-misc ido tar-mode arc-mode archive-mode conf-mode vc-rcs sh-script smie executable jka-compr vc-git xgit-dvc xgit xgit-annotate dvc-annotate xgit-log dvc-revlist xhg-dvc bzr-core xdarcs-core xgit-core xmtn-minimal naquadah-theme em-smart em-unix em-script em-prompt em-ls em-hist em-pred em-glob em-dirs em-cmpl em-basic em-banner em-alias esh-var esh-io esh-cmd esh-opt esh-ext esh-proc esh-groups eshell esh-module esh-mode align-let server winner undo-tree diff slime-xref-browser slime-banner slime-tramp slime-asdf slime-fancy slime-fontifying-fu slime-package-fu slime-references slime-scratch slime-presentations slime-fuzzy slime-fancy-inspector slime-c-p-c slime-editing-commands slime-autodoc slime-parse slime-repl image-file newsticker newst-treeview tree-widget newst-plainview newst-reader newst-ticker newst-backend xdvi-search preview-latex pcomplete-extension em-term term disp-table ehelp electric helm-ipython helm-elisp helm-eval python rx whitespace paren time avoid savehist smtpmail-async smtpmail sendmail helm-async markdown-mode org-google-weather google-weather url-cache iterator googlecl google-maps google-maps-static google-maps-geocode google-maps-base json simple-call-tree el-expectations el-mock csv2org iedit rect zop-to-char smallurl mm-url rectangle-utils tv-utils async pcvs pcvs-parse pcvs-info pcvs-defs mb-depth ioccur cl-info slime hyperspec slime-autoloads ledger-config ledger esh-arg esh-util tex-site auto-loads esh-toggle flymake eldoc-eval eldoc no-word dired-extension emms-mpd-config emms-playlist-limit emms-volume emms-volume-amixer emms-i18n emms-history emms-score emms-stream-info emms-metaplaylist-mode emms-bookmarks emms-cue emms-mode-line-icon emms-browser sort emms-playlist-sort emms-last-played emms-player-xine emms-player-mpd tq emms-playing-time emms-lyrics emms-url hl-line emms-tag-editor emms-mark emms-mode-line emms-cache emms-info-ogginfo emms-info-mp3info emms-playlist-mode emms-player-vlc emms-player-mplayer emms-info emms-streams later-do emms-source-playlist emms-source-file emms-player-simple emms-setup emms emms-compat dvc-init bzr-gnus tla-gnus xgit-gnus xhg-gnus gnus-art mm-uu mml2015 mm-view mml-smime smime dig gnus-sum nnoo gnus-group gnus-undo nnmail mail-source gnus-start gnus-spec gnus-int gnus-range gnus-win gnus gnus-ems nnheader dvc-gnus tla-core tla-autoconf tla-defs dvc-log vc vc-dispatcher ediff-merg ediff-diff ediff-wind ediff-help ediff-util ediff-mult ediff-init ediff dvc-autoloads magit-stgit magit-bisect magit-key-mode magit log-edit pcvs-util add-log htmlize-hack htmlize muse-colors muse-docbook muse-texinfo texnfo-upd texinfo muse-latex muse-html muse-xml-common muse-wiki cus-edit cus-start cus-load muse-publish muse-project muse-protocols muse-regexps wid-edit muse muse-nested-tags muse-mode muse-autoloads org-config-thierry ob-sh org-crypt cal-china lunar solar cal-dst cal-bahai cal-islam cal-hebrew holidays hol-loaddefs vc-hg org-wl org-w3m org-vm org-rmail org-mhe org-mew org-irc org-jsinfo org-infojs org-html org-exp ob-exp org-exp-blocks find-func org-info org-gnus org-docview org-bibtex bibtex org-bbdb org-agenda appt diary-lib diary-loaddefs org-annotation-helper org-capture org-mks remember org-remember org-datetree addressbook-bookmark message rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums mailabbrev mail-utils gmm-utils mailheader firefox-protocol bookmark-firefox-handler bookmark-extensions org ob-emacs-lisp ob-tangle ob-ref ob-lob ob-table org-footnote org-src ob-comint ob-keys ob ob-eval org-pcomplete org-list org-faces org-compat org-entities org-macs noutline outline cal-menu calendar cal-loaddefs bookmark pp init-helm-thierry helm-mode helm-ls-git helm-descbinds helm-delicious helm-ls-hg helm-files image-dired tramp tramp-compat tramp-loaddefs shell pcomplete format-spec dired-aux ffap thingatpt helm-buffers helm-elscreen helm-tags helm-bookmark helm-adaptative helm-info helm-net browse-url xml url url-proxy url-privacy url-expand url-methods url-history url-cookie url-domsuf url-util url-parse url-vars mailcap helm-plugin helm-help helm-match-plugin helm-grep helm-regexp grep helm-external helm-utils compile comint ansi-color ring helm-mercurial xhg xhg-annotate xhg-mq xhg-log xhg-core dvc-diff uniquify dvc-fileinfo dvc-unified dvc-tips diff-mode easy-mmode dvc-core dvc-lisp dvc-buffers dvc-ui dvc-register dvc-utils dvc-emacs ewoc dvc-defs dvc-site dired-x cl-macs gv dired helm-locate helm warnings advice help-fns advice-preload helm-config edmacro kmacro epa-file epa derived epg epg-config auth-source eieio byte-opt bytecomp byte-compile cconv gnus-util time-date mm-util mail-prsvr password-cache usage-memo cl cl-lib info easymenu tooltip ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dbusbind dynamic-setting font-render-setting x-toolkit x multi-tty emacs) -- Thierry Get my Gnupg key: gpg --keyserver pgp.mit.edu --recv-keys 59F29997 From unknown Sun Jun 22 13:37:31 2025 X-Loop: help-debbugs@gnu.org Subject: bug#12486: 24.2.50; local var byte-compile-warnings no more working as expected Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 24 Sep 2012 07:22:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 12486 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Thierry Volpiatto Cc: 12486@debbugs.gnu.org Received: via spool by 12486-submit@debbugs.gnu.org id=B12486.134847127128943 (code B ref 12486); Mon, 24 Sep 2012 07:22:02 +0000 Received: (at 12486) by debbugs.gnu.org; 24 Sep 2012 07:21:11 +0000 Received: from localhost ([127.0.0.1]:52058 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TG2yR-0007W9-K0 for submit@debbugs.gnu.org; Mon, 24 Sep 2012 03:21:11 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:33798) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TG2yQ-0007W3-99 for 12486@debbugs.gnu.org; Mon, 24 Sep 2012 03:20:58 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1TG2wZ-0006dZ-Sk; Mon, 24 Sep 2012 03:19:03 -0400 From: Glenn Morris References: <87pq5etr2c.fsf@gmail.com> X-Spook: encryption Cohiba warfare tempest John Kerry Chobetsu X-Ran: yEhJ(!eYBBs?1e^Be#m%LASD(eul4ZULej{JsYe>di)b*0;z,TUOip)>3H^XIHEd*X8)3R X-Hue: green X-Attribution: GM Date: Mon, 24 Sep 2012 03:19:03 -0400 In-Reply-To: <87pq5etr2c.fsf@gmail.com> (Thierry Volpiatto's message of "Sat, 22 Sep 2012 10:11:39 +0200") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.5 (------) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.5 (------) Thierry Volpiatto wrote: > In helm-ff-zgrep-1: > helm-grep.el:714:58:Warning: `labels' is an obsolete macro (as of 24.3); use > `cl-labels' instead. Cf http://debbugs.gnu.org/12371. macroexpansion still does not respect byte-compile-warnings. From unknown Sun Jun 22 13:37:31 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.428 (Entity 5.428) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Thierry Volpiatto Subject: bug#12486: closed (Re: bug#12486: 24.2.50; local var byte-compile-warnings no more working as expected) Message-ID: References: <87pq5etr2c.fsf@gmail.com> X-Gnu-PR-Message: they-closed 12486 X-Gnu-PR-Package: emacs Reply-To: 12486@debbugs.gnu.org Date: Fri, 26 Oct 2012 16:03:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1351267382-21899-1" This is a multi-part message in MIME format... ------------=_1351267382-21899-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #12486: 24.2.50; local var byte-compile-warnings no more working as expected which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 12486@debbugs.gnu.org. --=20 12486: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D12486 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1351267382-21899-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 12486-done) by debbugs.gnu.org; 26 Oct 2012 16:02:32 +0000 Received: from localhost ([127.0.0.1]:34952 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TRmMh-0005gV-Fi for submit@debbugs.gnu.org; Fri, 26 Oct 2012 12:02:31 -0400 Received: from ironport2-out.teksavvy.com ([206.248.154.182]:3485) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TRmMe-0005gN-Ty for 12486-done@debbugs.gnu.org; Fri, 26 Oct 2012 12:02:29 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArUSAG6Zu0/O+LFW/2dsb2JhbABEgwuvawOBGIEIghUBAQQBViMQCw4mEhQYDSSIHAW6CYthhGMDliqJa4MegViDBQ X-IronPort-AV: E=Sophos;i="4.75,637,1330923600"; d="scan'208";a="202918943" Received: from 206-248-177-86.dsl.teksavvy.com (HELO pastel.home) ([206.248.177.86]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 26 Oct 2012 12:00:18 -0400 Received: by pastel.home (Postfix, from userid 20848) id 4CFCD59347; Fri, 26 Oct 2012 12:00:18 -0400 (EDT) From: Stefan Monnier To: Glenn Morris Subject: Re: bug#12486: 24.2.50; local var byte-compile-warnings no more working as expected Message-ID: References: <87pq5etr2c.fsf@gmail.com> Date: Fri, 26 Oct 2012 12:00:18 -0400 In-Reply-To: (Glenn Morris's message of "Mon, 24 Sep 2012 03:19:03 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.8 (/) X-Debbugs-Envelope-To: 12486-done Cc: 12486-done@debbugs.gnu.org, Thierry Volpiatto X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: 0.8 (/) >> In helm-ff-zgrep-1: >> helm-grep.el:714:58:Warning: `labels' is an obsolete macro (as of 24.3); use >> `cl-labels' instead. > Cf http://debbugs.gnu.org/12371. > macroexpansion still does not respect byte-compile-warnings. Should be fixed now, Stefan ------------=_1351267382-21899-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 22 Sep 2012 08:13:54 +0000 Received: from localhost ([127.0.0.1]:47989 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TFKqU-0003RP-Dy for submit@debbugs.gnu.org; Sat, 22 Sep 2012 04:13:54 -0400 Received: from eggs.gnu.org ([208.118.235.92]:34452) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TFKqP-0003RC-0r for submit@debbugs.gnu.org; Sat, 22 Sep 2012 04:13:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TFKoh-0006YB-Lr for submit@debbugs.gnu.org; Sat, 22 Sep 2012 04:12:03 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:47336) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TFKoh-0006Y6-Hs for submit@debbugs.gnu.org; Sat, 22 Sep 2012 04:11:59 -0400 Received: from eggs.gnu.org ([208.118.235.92]:33685) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TFKob-0002rZ-SX for bug-gnu-emacs@gnu.org; Sat, 22 Sep 2012 04:11:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TFKoX-0006Vu-EI for bug-gnu-emacs@gnu.org; Sat, 22 Sep 2012 04:11:53 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:51677) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TFKoX-0006Vf-3a for bug-gnu-emacs@gnu.org; Sat, 22 Sep 2012 04:11:49 -0400 Received: by weyu3 with SMTP id u3so830767wey.0 for ; Sat, 22 Sep 2012 01:11:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:mime-version:content-type; bh=qp7+aJquD71sSciHy4A+oyJRASm7gqBBmU9Q+jQyYMU=; b=GApdH4SO6BChry3UeXuY71KQO9xr9BoMpQFoTcaqsNFel8CPrMbq/vtyxJ/55yopz0 FKvwOZZSkN8QQzTMB/XzEoFRv7Kic/jsxIK5hDewVNBrGdrDIp8ol9mPxXlknhfh+MRc NgOB1HrSdMA+9ZYC4A71gK/4XwBgDP1HlpgFhjM91Z6fCOgZ2Hb7qPJ5dYn7YFRNYdHo oKOi3nQT+mgEb20kB51/FQklpxAEqTif4VvmB/+dvt7zlKrP/HLOMMk+PVlgPXfx/cJq V2ucGbk6MOWhIgZ2x/VHxeSJ9l5OL0ii2iXoIJ8ZSsVBdwkYjRhR66zHW65xwqblGilX sjzQ== Received: by 10.216.135.217 with SMTP id u67mr4418970wei.115.1348301508047; Sat, 22 Sep 2012 01:11:48 -0700 (PDT) Received: from dell-14z (lbe83-2-78-243-104-167.fbx.proxad.net. [78.243.104.167]) by mx.google.com with ESMTPS id h9sm2211352wiz.1.2012.09.22.01.11.46 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 22 Sep 2012 01:11:47 -0700 (PDT) From: Thierry Volpiatto To: bug-gnu-emacs@gnu.org Subject: 24.2.50; local var byte-compile-warnings no more working as expected Date: Sat, 22 Sep 2012 10:11:39 +0200 Message-ID: <87pq5etr2c.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.17 X-Spam-Score: -6.1 (------) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.1 (------) Hi, setting in my files: --8<---------------cut here---------------start------------->8--- ;; Local Variables: ;; byte-compile-warnings: (not cl-functions obsolete) --8<---------------cut here---------------end--------------->8--- is no more working as expected, warnings are now sent when compiling: --8<---------------cut here---------------start------------->8--- [...] In helm-ff-zgrep-1: helm-grep.el:714:58:Warning: `labels' is an obsolete macro (as of 24.3); use `cl-labels' instead. [...] --8<---------------cut here---------------end--------------->8--- Please fix it. Thanks. In GNU Emacs 24.2.50.1 (x86_64-unknown-linux-gnu, X toolkit, Xaw3d scroll bars) of 2012-09-21 on dell-14z Windowing system distributor `The X.Org Foundation', version 11.0.11103000 Configured using: `configure '--with-x-toolkit=lucid' '--with-wide-int' '--without-gconf' '--without-gsettings'' Important settings: value of $LANG: fr_FR.UTF-8 locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: Lisp Interaction Minor modes in effect: recentf-mode: t global-undo-tree-mode: t undo-tree-mode: t auto-image-file-mode: t show-paren-mode: t display-time-mode: t savehist-mode: t minibuffer-depth-indicate-mode: t eldoc-mode: t helm-mode: t shell-dirtrack-mode: t helm-match-plugin-mode: t diff-auto-refine-mode: t tooltip-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: t Recent input: C-h e M-< C-x C-b M-x Recent messages: Indentation variables are now local. Indentation setup for shell type bash Restoring buffers...96% Parsing archive file...done. Restoring buffers...done Mark set Loading /home/thierry/.emacs.d/recentf...done Cleaning up the recentf list...done (0 removed) Load-path shadows: ~/.emacs.d/emacs-config-laptop/.gnus hides ~/.emacs.d/.gnus ~/elisp/helm-extensions/helm-ls-git hides ~/elisp/helm/helm-ls-git ~/elisp/emacs-wget/lpath hides ~/elisp/auctex/lpath ~/elisp/magit/.dir-locals hides /usr/local/share/emacs/24.2.50/lisp/gnus/.dir-locals ~/elisp/emms/lisp/tq hides /usr/local/share/emacs/24.2.50/lisp/emacs-lisp/tq Features: (shadow gnus-dired nnir mail-extr gnus-msg emacsbug helm-command tramp-cache tramp-sh recentf helm-misc ido tar-mode arc-mode archive-mode conf-mode vc-rcs sh-script smie executable jka-compr vc-git xgit-dvc xgit xgit-annotate dvc-annotate xgit-log dvc-revlist xhg-dvc bzr-core xdarcs-core xgit-core xmtn-minimal naquadah-theme em-smart em-unix em-script em-prompt em-ls em-hist em-pred em-glob em-dirs em-cmpl em-basic em-banner em-alias esh-var esh-io esh-cmd esh-opt esh-ext esh-proc esh-groups eshell esh-module esh-mode align-let server winner undo-tree diff slime-xref-browser slime-banner slime-tramp slime-asdf slime-fancy slime-fontifying-fu slime-package-fu slime-references slime-scratch slime-presentations slime-fuzzy slime-fancy-inspector slime-c-p-c slime-editing-commands slime-autodoc slime-parse slime-repl image-file newsticker newst-treeview tree-widget newst-plainview newst-reader newst-ticker newst-backend xdvi-search preview-latex pcomplete-extension em-term term disp-table ehelp electric helm-ipython helm-elisp helm-eval python rx whitespace paren time avoid savehist smtpmail-async smtpmail sendmail helm-async markdown-mode org-google-weather google-weather url-cache iterator googlecl google-maps google-maps-static google-maps-geocode google-maps-base json simple-call-tree el-expectations el-mock csv2org iedit rect zop-to-char smallurl mm-url rectangle-utils tv-utils async pcvs pcvs-parse pcvs-info pcvs-defs mb-depth ioccur cl-info slime hyperspec slime-autoloads ledger-config ledger esh-arg esh-util tex-site auto-loads esh-toggle flymake eldoc-eval eldoc no-word dired-extension emms-mpd-config emms-playlist-limit emms-volume emms-volume-amixer emms-i18n emms-history emms-score emms-stream-info emms-metaplaylist-mode emms-bookmarks emms-cue emms-mode-line-icon emms-browser sort emms-playlist-sort emms-last-played emms-player-xine emms-player-mpd tq emms-playing-time emms-lyrics emms-url hl-line emms-tag-editor emms-mark emms-mode-line emms-cache emms-info-ogginfo emms-info-mp3info emms-playlist-mode emms-player-vlc emms-player-mplayer emms-info emms-streams later-do emms-source-playlist emms-source-file emms-player-simple emms-setup emms emms-compat dvc-init bzr-gnus tla-gnus xgit-gnus xhg-gnus gnus-art mm-uu mml2015 mm-view mml-smime smime dig gnus-sum nnoo gnus-group gnus-undo nnmail mail-source gnus-start gnus-spec gnus-int gnus-range gnus-win gnus gnus-ems nnheader dvc-gnus tla-core tla-autoconf tla-defs dvc-log vc vc-dispatcher ediff-merg ediff-diff ediff-wind ediff-help ediff-util ediff-mult ediff-init ediff dvc-autoloads magit-stgit magit-bisect magit-key-mode magit log-edit pcvs-util add-log htmlize-hack htmlize muse-colors muse-docbook muse-texinfo texnfo-upd texinfo muse-latex muse-html muse-xml-common muse-wiki cus-edit cus-start cus-load muse-publish muse-project muse-protocols muse-regexps wid-edit muse muse-nested-tags muse-mode muse-autoloads org-config-thierry ob-sh org-crypt cal-china lunar solar cal-dst cal-bahai cal-islam cal-hebrew holidays hol-loaddefs vc-hg org-wl org-w3m org-vm org-rmail org-mhe org-mew org-irc org-jsinfo org-infojs org-html org-exp ob-exp org-exp-blocks find-func org-info org-gnus org-docview org-bibtex bibtex org-bbdb org-agenda appt diary-lib diary-loaddefs org-annotation-helper org-capture org-mks remember org-remember org-datetree addressbook-bookmark message rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums mailabbrev mail-utils gmm-utils mailheader firefox-protocol bookmark-firefox-handler bookmark-extensions org ob-emacs-lisp ob-tangle ob-ref ob-lob ob-table org-footnote org-src ob-comint ob-keys ob ob-eval org-pcomplete org-list org-faces org-compat org-entities org-macs noutline outline cal-menu calendar cal-loaddefs bookmark pp init-helm-thierry helm-mode helm-ls-git helm-descbinds helm-delicious helm-ls-hg helm-files image-dired tramp tramp-compat tramp-loaddefs shell pcomplete format-spec dired-aux ffap thingatpt helm-buffers helm-elscreen helm-tags helm-bookmark helm-adaptative helm-info helm-net browse-url xml url url-proxy url-privacy url-expand url-methods url-history url-cookie url-domsuf url-util url-parse url-vars mailcap helm-plugin helm-help helm-match-plugin helm-grep helm-regexp grep helm-external helm-utils compile comint ansi-color ring helm-mercurial xhg xhg-annotate xhg-mq xhg-log xhg-core dvc-diff uniquify dvc-fileinfo dvc-unified dvc-tips diff-mode easy-mmode dvc-core dvc-lisp dvc-buffers dvc-ui dvc-register dvc-utils dvc-emacs ewoc dvc-defs dvc-site dired-x cl-macs gv dired helm-locate helm warnings advice help-fns advice-preload helm-config edmacro kmacro epa-file epa derived epg epg-config auth-source eieio byte-opt bytecomp byte-compile cconv gnus-util time-date mm-util mail-prsvr password-cache usage-memo cl cl-lib info easymenu tooltip ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dbusbind dynamic-setting font-render-setting x-toolkit x multi-tty emacs) -- Thierry Get my Gnupg key: gpg --keyserver pgp.mit.edu --recv-keys 59F29997 ------------=_1351267382-21899-1-- From unknown Sun Jun 22 13:37:31 2025 X-Loop: help-debbugs@gnu.org Subject: bug#12486: 24.2.50; local var byte-compile-warnings no more working as expected Resent-From: Thierry Volpiatto Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 26 Oct 2012 19:03:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 12486 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Stefan Monnier Cc: Glenn Morris , 12486-done@debbugs.gnu.org Received: via spool by 12486-done@debbugs.gnu.org id=D12486.13512781428478 (code D ref 12486); Fri, 26 Oct 2012 19:03:01 +0000 Received: (at 12486-done) by debbugs.gnu.org; 26 Oct 2012 19:02:22 +0000 Received: from localhost ([127.0.0.1]:35161 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TRpAk-0002Cg-3h for submit@debbugs.gnu.org; Fri, 26 Oct 2012 15:02:22 -0400 Received: from mail-we0-f172.google.com ([74.125.82.172]:36746) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TRpAg-0002CX-7x for 12486-done@debbugs.gnu.org; Fri, 26 Oct 2012 15:02:20 -0400 Received: by mail-we0-f172.google.com with SMTP id u46so1587148wey.3 for <12486-done@debbugs.gnu.org>; Fri, 26 Oct 2012 12:00:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:organization:references:date:in-reply-to :message-id:user-agent:mime-version:content-type; bh=g8X67dU1BRgU1NhA8gcGMfk778YebPd4xbD61LKBQr8=; b=kuCObeZJVgrgaU7kt44VmCGzoooNVYI5kGkAOSpSPqQzrZwnzIDFIjYx8uOt8eXCrE rTMrm82wizl1JFTP9E/lcy1qIA9KlplhVsaPKRGhdVfsdFEOj6OG46oldNnhY4nRdQT+ IPmPExyPkZZnVrZtF8BVOQLH7L6kNxkkzkBWPnQFAeZxa9suc8n4i+/0tnnlvAkCwjUG /lqlNXoMMMgMWbCIQwZdO+W34X9XuWVwQFgf7SAtIqL8f6k34WPLhgJw41nwLUX2juza QYSbhVcKn3T0N01+d1BXMktNl81oCRS53Tb/ooEz5TGtg9xHJ6L/nFHgAccUASosHYq0 bOPQ== Received: by 10.216.207.163 with SMTP id n35mr13990881weo.220.1351278007051; Fri, 26 Oct 2012 12:00:07 -0700 (PDT) Received: from dell-14z (lbe83-2-78-243-104-167.fbx.proxad.net. [78.243.104.167]) by mx.google.com with ESMTPS id az2sm483947wib.10.2012.10.26.12.00.05 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 26 Oct 2012 12:00:06 -0700 (PDT) From: Thierry Volpiatto Organization: Emacs Helm References: <87pq5etr2c.fsf@gmail.com> Date: Fri, 26 Oct 2012 21:00:03 +0200 In-Reply-To: (Stefan Monnier's message of "Fri, 26 Oct 2012 12:00:18 -0400") Message-ID: <87vcdxcb4c.fsf@gmail.com> User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.1 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -0.7 (/) Stefan Monnier writes: >>> In helm-ff-zgrep-1: >>> helm-grep.el:714:58:Warning: `labels' is an obsolete macro (as of 24.3); use >>> `cl-labels' instead. >> Cf http://debbugs.gnu.org/12371. >> macroexpansion still does not respect byte-compile-warnings. > > Should be fixed now, Yes, fixed, thanks Stefan. -- Thierry Get my Gnupg key: gpg --keyserver pgp.mit.edu --recv-keys 59F29997 From unknown Sun Jun 22 13:37:31 2025 X-Loop: help-debbugs@gnu.org Subject: bug#12486: 24.2.50; local var byte-compile-warnings no more working as expected Resent-From: Stefan Monnier Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 28 Oct 2012 15:35:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 12486 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Thierry Volpiatto Cc: Glenn Morris , 12486-done@debbugs.gnu.org Received: via spool by 12486-done@debbugs.gnu.org id=D12486.135143849730923 (code D ref 12486); Sun, 28 Oct 2012 15:35:01 +0000 Received: (at 12486-done) by debbugs.gnu.org; 28 Oct 2012 15:34:57 +0000 Received: from localhost ([127.0.0.1]:36745 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TSUt7-00082i-2I for submit@debbugs.gnu.org; Sun, 28 Oct 2012 11:34:57 -0400 Received: from ironport2-out.teksavvy.com ([206.248.154.182]:40229) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TSUt6-00082c-2n for 12486-done@debbugs.gnu.org; Sun, 28 Oct 2012 11:34:56 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArQSAG6Zu0/O+LET/2dsb2JhbABEgwuvawOBGIEIghYBBVYjEAs0EhQYDSSIIboJi2GEYwOWKolrgx6BWIMF X-IronPort-AV: E=Sophos;i="4.75,637,1330923600"; d="scan'208";a="203021343" Received: from 206-248-177-19.dsl.teksavvy.com (HELO pastel.home) ([206.248.177.19]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 28 Oct 2012 11:32:34 -0400 Received: by pastel.home (Postfix, from userid 20848) id 66F9E59415; Sun, 28 Oct 2012 11:32:32 -0400 (EDT) From: Stefan Monnier Message-ID: References: <87pq5etr2c.fsf@gmail.com> <87vcdxcb4c.fsf@gmail.com> Date: Sun, 28 Oct 2012 11:32:32 -0400 In-Reply-To: <87vcdxcb4c.fsf@gmail.com> (Thierry Volpiatto's message of "Fri, 26 Oct 2012 21:00:03 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.8 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: 0.8 (/) >>>> In helm-ff-zgrep-1: >>>> helm-grep.el:714:58:Warning: `labels' is an obsolete macro (as of 24.3); use >>>> `cl-labels' instead. >>> Cf http://debbugs.gnu.org/12371. >>> macroexpansion still does not respect byte-compile-warnings. >> >> Should be fixed now, > Yes, fixed, thanks Stefan. Thanks, installed, Stefan