From unknown Sun Aug 17 09:09:39 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#22944 <22944@debbugs.gnu.org> To: bug#22944 <22944@debbugs.gnu.org> Subject: Status: 24.4; Wishlist: Support for cmake in compilation-mode Reply-To: bug#22944 <22944@debbugs.gnu.org> Date: Sun, 17 Aug 2025 16:09:39 +0000 retitle 22944 24.4; Wishlist: Support for cmake in compilation-mode reassign 22944 emacs submitter 22944 jorrit@jorrit.de (J=C3=B6 Fahlke) severity 22944 wishlist thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 08 11:32:49 2016 Received: (at submit) by debbugs.gnu.org; 8 Mar 2016 16:32:49 +0000 Received: from localhost ([127.0.0.1]:39906 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1adKYy-0002gm-KQ for submit@debbugs.gnu.org; Tue, 08 Mar 2016 11:32:49 -0500 Received: from eggs.gnu.org ([208.118.235.92]:37692) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1adJhE-0001Pu-1g for submit@debbugs.gnu.org; Tue, 08 Mar 2016 10:37:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1adJh1-0001NQ-2T for submit@debbugs.gnu.org; Tue, 08 Mar 2016 10:37:10 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:51953) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1adJh0-0001NJ-Vt for submit@debbugs.gnu.org; Tue, 08 Mar 2016 10:37:03 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56880) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1adJgy-0007Zg-Dy for bug-gnu-emacs@gnu.org; Tue, 08 Mar 2016 10:37:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1adJgu-0001Lx-6G for bug-gnu-emacs@gnu.org; Tue, 08 Mar 2016 10:37:00 -0500 Received: from mail.xeneris.net ([88.198.30.130]:56975 helo=mx2.xeneris.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1adJgt-0001Lc-Pf for bug-gnu-emacs@gnu.org; Tue, 08 Mar 2016 10:36:56 -0500 X-No-Auth: unauthenticated sender Received: from paranoia (localhost.localdomain [127.0.0.1]) by mx2.xeneris.net (Postfix) with ESMTPS id 32AC5C305D2B for ; Tue, 8 Mar 2016 16:36:51 +0100 (CET) Received: from localhost.localdomain ([127.0.0.1] helo=paranoia) by paranoia with esmtp (Exim 4.84) (envelope-from ) id 1adJgo-0001hO-OZ for bug-gnu-emacs@gnu.org; Tue, 08 Mar 2016 16:36:50 +0100 From: jorrit@jorrit.de (=?utf-8?Q?J=C3=B6?= Fahlke) To: bug-gnu-emacs@gnu.org Subject: 24.4; Wishlist: Support for cmake in compilation-mode Date: Tue, 08 Mar 2016 16:36:46 +0100 Message-ID: <87si013rsh.fsf@jorrit.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Tue, 08 Mar 2016 11:32:48 -0500 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) Compilation mode does not recognise errors/warnings generated by CMake. I fixed that locally by putting the following into my ~/.emacs: (setq compilation-error-regexp-alist-alist `((cmake "^CMake \\(?:Error\\|\\(Warning\\)\\) at \\(.*\\):\\([1-9][0= -9]*\\) ([^)]+):$" 2 3 nil (1)) (cmake-info "^ \\(?: \\*\\)?\\(.*\\):\\([1-9][0-9]*\\) ([^)]+)$" 2 3 nil 0) . ,compilation-error-regexp-alist-alist)) and then customizing 'compilation-error-regexp-alist' to include the predefined symbols 'cmake' and 'cmake-info'. I checked that the current (2016-03-08) compile.el from master (1f680dbc860164a7e16b624ca23c21ac58af31c2) does not include anything for cmake. I wanted to get that out there. If anyone wants to turn that into a proper patch, feel free, otherwise I might find time to do that myself later. Regards, J=C3=B6. In GNU Emacs 24.4.1 (x86_64-pc-linux-gnu, GTK+ Version 3.14.5) of 2015-03-07 on trouble, modified by Debian Windowing system distributor `The X.Org Foundation', version 11.0.11604000 System Description: Debian GNU/Linux 8.3 (jessie) Configured using: `configure --build x86_64-linux-gnu --prefix=3D/usr --sharedstatedir=3D/var/lib --libexecdir=3D/usr/lib --localstatedir=3D/var/lib --infodir=3D/usr/share/info --mandir=3D/usr/share/man --with-pop=3Dyes --enable-locallisppath=3D/etc/emacs24:/etc/emacs:/usr/local/share/emacs/24= .4/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/24.4/site-li= sp:/usr/share/emacs/site-lisp --build x86_64-linux-gnu --prefix=3D/usr --sharedstatedir=3D/var/lib --libexecdir=3D/usr/lib --localstatedir=3D/var/lib --infodir=3D/usr/share/info --mandir=3D/usr/share/man --with-pop=3Dyes --enable-locallisppath=3D/etc/emacs24:/etc/emacs:/usr/local/share/emacs/24= .4/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/24.4/site-li= sp:/usr/share/emacs/site-lisp --with-x=3Dyes --with-x-toolkit=3Dgtk3 --with-toolkit-scroll-bars 'CFLAGS=3D-g -O2 -fstack-protector-strong -Wformat -Werror=3Dformat-security -Wall' CPPFLAGS=3D-D_FORTIFY_SOURCE=3D2 LDFLAGS=3D-Wl,-z,relro' Important settings: value of $LANG: de_DE.UTF-8 locale-coding-system: utf-8-unix Major mode: Magit Minor modes in effect: diff-auto-refine-mode: t shell-dirtrack-mode: t tooltip-mode: t electric-indent-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-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 buffer-read-only: t column-number-mode: t line-number-mode: t transient-mark-mode: t Recent input: [CENSORED] Recent messages: [CENSORED] Load-path shadows: /usr/share/emacs24/site-lisp/cmake-data/cmake-mode hides /usr/share/emacs/s= ite-lisp/cmake-mode /usr/share/emacs/24.4/site-lisp/debian-startup hides /usr/share/emacs/site-= lisp/debian-startup /usr/share/emacs24/site-lisp/flim/hex-util hides /usr/share/emacs/24.4/lisp= /hex-util /usr/share/emacs24/site-lisp/flim/md4 hides /usr/share/emacs/24.4/lisp/md4 /usr/share/emacs/site-lisp/rst hides /usr/share/emacs/24.4/lisp/textmodes/r= st /usr/share/emacs24/site-lisp/dictionaries-common/ispell hides /usr/share/em= acs/24.4/lisp/textmodes/ispell /usr/share/emacs24/site-lisp/dictionaries-common/flyspell hides /usr/share/= emacs/24.4/lisp/textmodes/flyspell /usr/share/emacs24/site-lisp/org-mode/org-protocol hides /usr/share/emacs/2= 4.4/lisp/org/org-protocol /usr/share/emacs24/site-lisp/org-mode/ob hides /usr/share/emacs/24.4/lisp/o= rg/ob /usr/share/emacs24/site-lisp/org-mode/org-list hides /usr/share/emacs/24.4/= lisp/org/org-list /usr/share/emacs24/site-lisp/org-mode/ob-sh hides /usr/share/emacs/24.4/lis= p/org/ob-sh /usr/share/emacs24/site-lisp/org-mode/ox-texinfo hides /usr/share/emacs/24.= 4/lisp/org/ox-texinfo /usr/share/emacs24/site-lisp/org-mode/ob-sqlite hides /usr/share/emacs/24.4= /lisp/org/ob-sqlite /usr/share/emacs24/site-lisp/org-mode/org-footnote hides /usr/share/emacs/2= 4.4/lisp/org/org-footnote /usr/share/emacs24/site-lisp/org-mode/ob-gnuplot hides /usr/share/emacs/24.= 4/lisp/org/ob-gnuplot /usr/share/emacs24/site-lisp/org-mode/ox-publish hides /usr/share/emacs/24.= 4/lisp/org/ox-publish /usr/share/emacs24/site-lisp/org-mode/org-clock hides /usr/share/emacs/24.4= /lisp/org/org-clock /usr/share/emacs24/site-lisp/org-mode/ob-js hides /usr/share/emacs/24.4/lis= p/org/ob-js /usr/share/emacs24/site-lisp/org-mode/ob-sql hides /usr/share/emacs/24.4/li= sp/org/ob-sql /usr/share/emacs24/site-lisp/org-mode/ob-picolisp hides /usr/share/emacs/24= .4/lisp/org/ob-picolisp /usr/share/emacs24/site-lisp/org-mode/org-mouse hides /usr/share/emacs/24.4= /lisp/org/org-mouse /usr/share/emacs24/site-lisp/org-mode/ox hides /usr/share/emacs/24.4/lisp/o= rg/ox /usr/share/emacs24/site-lisp/org-mode/ox-man hides /usr/share/emacs/24.4/li= sp/org/ox-man /usr/share/emacs24/site-lisp/org-mode/ox-odt hides /usr/share/emacs/24.4/li= sp/org/ox-odt /usr/share/emacs24/site-lisp/org-mode/org-agenda hides /usr/share/emacs/24.= 4/lisp/org/org-agenda /usr/share/emacs24/site-lisp/org-mode/org-mhe hides /usr/share/emacs/24.4/l= isp/org/org-mhe /usr/share/emacs24/site-lisp/org-mode/ob-keys hides /usr/share/emacs/24.4/l= isp/org/ob-keys /usr/share/emacs24/site-lisp/org-mode/ob-shen hides /usr/share/emacs/24.4/l= isp/org/ob-shen /usr/share/emacs24/site-lisp/org-mode/ob-latex hides /usr/share/emacs/24.4/= lisp/org/ob-latex /usr/share/emacs24/site-lisp/org-mode/ob-awk hides /usr/share/emacs/24.4/li= sp/org/ob-awk /usr/share/emacs24/site-lisp/org-mode/org-loaddefs hides /usr/share/emacs/2= 4.4/lisp/org/org-loaddefs /usr/share/emacs24/site-lisp/org-mode/ob-dot hides /usr/share/emacs/24.4/li= sp/org/ob-dot /usr/share/emacs24/site-lisp/org-mode/ob-matlab hides /usr/share/emacs/24.4= /lisp/org/ob-matlab /usr/share/emacs24/site-lisp/org-mode/org-bibtex hides /usr/share/emacs/24.= 4/lisp/org/org-bibtex /usr/share/emacs24/site-lisp/org-mode/org-mobile hides /usr/share/emacs/24.= 4/lisp/org/org-mobile /usr/share/emacs24/site-lisp/org-mode/ob-org hides /usr/share/emacs/24.4/li= sp/org/ob-org /usr/share/emacs24/site-lisp/org-mode/org-macro hides /usr/share/emacs/24.4= /lisp/org/org-macro /usr/share/emacs24/site-lisp/org-mode/org-gnus hides /usr/share/emacs/24.4/= lisp/org/org-gnus /usr/share/emacs24/site-lisp/org-mode/org-indent hides /usr/share/emacs/24.= 4/lisp/org/org-indent /usr/share/emacs24/site-lisp/org-mode/ob-exp hides /usr/share/emacs/24.4/li= sp/org/ob-exp /usr/share/emacs24/site-lisp/org-mode/ob-emacs-lisp hides /usr/share/emacs/= 24.4/lisp/org/ob-emacs-lisp /usr/share/emacs24/site-lisp/org-mode/org-irc hides /usr/share/emacs/24.4/l= isp/org/org-irc /usr/share/emacs24/site-lisp/org-mode/org hides /usr/share/emacs/24.4/lisp/= org/org /usr/share/emacs24/site-lisp/org-mode/ob-comint hides /usr/share/emacs/24.4= /lisp/org/ob-comint /usr/share/emacs24/site-lisp/org-mode/ob-python hides /usr/share/emacs/24.4= /lisp/org/ob-python /usr/share/emacs24/site-lisp/org-mode/org-archive hides /usr/share/emacs/24= .4/lisp/org/org-archive /usr/share/emacs24/site-lisp/org-mode/ob-asymptote hides /usr/share/emacs/2= 4.4/lisp/org/ob-asymptote /usr/share/emacs24/site-lisp/org-mode/org-macs hides /usr/share/emacs/24.4/= lisp/org/org-macs /usr/share/emacs24/site-lisp/org-mode/ob-lisp hides /usr/share/emacs/24.4/l= isp/org/ob-lisp /usr/share/emacs24/site-lisp/org-mode/ob-clojure hides /usr/share/emacs/24.= 4/lisp/org/ob-clojure /usr/share/emacs24/site-lisp/org-mode/ob-lilypond hides /usr/share/emacs/24= .4/lisp/org/ob-lilypond /usr/share/emacs24/site-lisp/org-mode/ob-plantuml hides /usr/share/emacs/24= .4/lisp/org/ob-plantuml /usr/share/emacs24/site-lisp/org-mode/org-info hides /usr/share/emacs/24.4/= lisp/org/org-info /usr/share/emacs24/site-lisp/org-mode/org-timer hides /usr/share/emacs/24.4= /lisp/org/org-timer /usr/share/emacs24/site-lisp/org-mode/ob-makefile hides /usr/share/emacs/24= .4/lisp/org/ob-makefile /usr/share/emacs24/site-lisp/org-mode/org-id hides /usr/share/emacs/24.4/li= sp/org/org-id /usr/share/emacs24/site-lisp/org-mode/ob-haskell hides /usr/share/emacs/24.= 4/lisp/org/ob-haskell /usr/share/emacs24/site-lisp/org-mode/ob-css hides /usr/share/emacs/24.4/li= sp/org/ob-css /usr/share/emacs24/site-lisp/org-mode/ox-ascii hides /usr/share/emacs/24.4/= lisp/org/ox-ascii /usr/share/emacs24/site-lisp/org-mode/org-rmail hides /usr/share/emacs/24.4= /lisp/org/org-rmail /usr/share/emacs24/site-lisp/org-mode/ob-core hides /usr/share/emacs/24.4/l= isp/org/ob-core /usr/share/emacs24/site-lisp/org-mode/ox-icalendar hides /usr/share/emacs/2= 4.4/lisp/org/ox-icalendar /usr/share/emacs24/site-lisp/org-mode/org-colview hides /usr/share/emacs/24= .4/lisp/org/org-colview /usr/share/emacs24/site-lisp/org-mode/ob-perl hides /usr/share/emacs/24.4/l= isp/org/ob-perl /usr/share/emacs24/site-lisp/org-mode/ob-fortran hides /usr/share/emacs/24.= 4/lisp/org/ob-fortran /usr/share/emacs24/site-lisp/org-mode/org-habit hides /usr/share/emacs/24.4= /lisp/org/org-habit /usr/share/emacs24/site-lisp/org-mode/ox-md hides /usr/share/emacs/24.4/lis= p/org/ox-md /usr/share/emacs24/site-lisp/org-mode/ob-calc hides /usr/share/emacs/24.4/l= isp/org/ob-calc /usr/share/emacs24/site-lisp/org-mode/org-compat hides /usr/share/emacs/24.= 4/lisp/org/org-compat /usr/share/emacs24/site-lisp/org-mode/org-src hides /usr/share/emacs/24.4/l= isp/org/org-src /usr/share/emacs24/site-lisp/org-mode/org-ctags hides /usr/share/emacs/24.4= /lisp/org/org-ctags /usr/share/emacs24/site-lisp/org-mode/ob-ledger hides /usr/share/emacs/24.4= /lisp/org/ob-ledger /usr/share/emacs24/site-lisp/org-mode/ob-scheme hides /usr/share/emacs/24.4= /lisp/org/ob-scheme /usr/share/emacs24/site-lisp/org-mode/org-faces hides /usr/share/emacs/24.4= /lisp/org/org-faces /usr/share/emacs24/site-lisp/org-mode/ob-eval hides /usr/share/emacs/24.4/l= isp/org/ob-eval /usr/share/emacs24/site-lisp/org-mode/org-w3m hides /usr/share/emacs/24.4/l= isp/org/org-w3m /usr/share/emacs24/site-lisp/org-mode/ox-org hides /usr/share/emacs/24.4/li= sp/org/ox-org /usr/share/emacs24/site-lisp/org-mode/org-docview hides /usr/share/emacs/24= .4/lisp/org/org-docview /usr/share/emacs24/site-lisp/org-mode/ob-scala hides /usr/share/emacs/24.4/= lisp/org/ob-scala /usr/share/emacs24/site-lisp/org-mode/ob-table hides /usr/share/emacs/24.4/= lisp/org/ob-table /usr/share/emacs24/site-lisp/org-mode/ob-maxima hides /usr/share/emacs/24.4= /lisp/org/ob-maxima /usr/share/emacs24/site-lisp/org-mode/ob-screen hides /usr/share/emacs/24.4= /lisp/org/ob-screen /usr/share/emacs24/site-lisp/org-mode/ox-html hides /usr/share/emacs/24.4/l= isp/org/ox-html /usr/share/emacs24/site-lisp/org-mode/org-eshell hides /usr/share/emacs/24.= 4/lisp/org/org-eshell /usr/share/emacs24/site-lisp/org-mode/org-pcomplete hides /usr/share/emacs/= 24.4/lisp/org/org-pcomplete /usr/share/emacs24/site-lisp/org-mode/org-bbdb hides /usr/share/emacs/24.4/= lisp/org/org-bbdb /usr/share/emacs24/site-lisp/org-mode/org-attach hides /usr/share/emacs/24.= 4/lisp/org/org-attach /usr/share/emacs24/site-lisp/org-mode/org-element hides /usr/share/emacs/24= .4/lisp/org/org-element /usr/share/emacs24/site-lisp/org-mode/org-datetree hides /usr/share/emacs/2= 4.4/lisp/org/org-datetree /usr/share/emacs24/site-lisp/org-mode/ob-ref hides /usr/share/emacs/24.4/li= sp/org/ob-ref /usr/share/emacs24/site-lisp/org-mode/ob-octave hides /usr/share/emacs/24.4= /lisp/org/ob-octave /usr/share/emacs24/site-lisp/org-mode/ob-ocaml hides /usr/share/emacs/24.4/= lisp/org/ob-ocaml /usr/share/emacs24/site-lisp/org-mode/ob-ditaa hides /usr/share/emacs/24.4/= lisp/org/ob-ditaa /usr/share/emacs24/site-lisp/org-mode/ob-tangle hides /usr/share/emacs/24.4= /lisp/org/ob-tangle /usr/share/emacs24/site-lisp/org-mode/ob-C hides /usr/share/emacs/24.4/lisp= /org/ob-C /usr/share/emacs24/site-lisp/org-mode/ob-R hides /usr/share/emacs/24.4/lisp= /org/ob-R /usr/share/emacs24/site-lisp/org-mode/ob-ruby hides /usr/share/emacs/24.4/l= isp/org/ob-ruby /usr/share/emacs24/site-lisp/org-mode/ob-sass hides /usr/share/emacs/24.4/l= isp/org/ob-sass /usr/share/emacs24/site-lisp/org-mode/org-plot hides /usr/share/emacs/24.4/= lisp/org/org-plot /usr/share/emacs24/site-lisp/org-mode/ox-beamer hides /usr/share/emacs/24.4= /lisp/org/ox-beamer /usr/share/emacs24/site-lisp/org-mode/ob-lob hides /usr/share/emacs/24.4/li= sp/org/ob-lob /usr/share/emacs24/site-lisp/org-mode/ox-latex hides /usr/share/emacs/24.4/= lisp/org/ox-latex /usr/share/emacs24/site-lisp/org-mode/ob-mscgen hides /usr/share/emacs/24.4= /lisp/org/ob-mscgen /usr/share/emacs24/site-lisp/org-mode/org-entities hides /usr/share/emacs/2= 4.4/lisp/org/org-entities /usr/share/emacs24/site-lisp/org-mode/org-feed hides /usr/share/emacs/24.4/= lisp/org/org-feed /usr/share/emacs24/site-lisp/org-mode/org-install hides /usr/share/emacs/24= .4/lisp/org/org-install /usr/share/emacs24/site-lisp/org-mode/ob-java hides /usr/share/emacs/24.4/l= isp/org/ob-java /usr/share/emacs24/site-lisp/org-mode/org-table hides /usr/share/emacs/24.4= /lisp/org/org-table /usr/share/emacs24/site-lisp/org-mode/org-capture hides /usr/share/emacs/24= .4/lisp/org/org-capture /usr/share/emacs24/site-lisp/org-mode/org-inlinetask hides /usr/share/emacs= /24.4/lisp/org/org-inlinetask /usr/share/emacs24/site-lisp/org-mode/ob-io hides /usr/share/emacs/24.4/lis= p/org/ob-io /usr/share/emacs24/site-lisp/org-mode/org-crypt hides /usr/share/emacs/24.4= /lisp/org/org-crypt /usr/share/emacs24/site-lisp/org-mode/org-version hides /usr/share/emacs/24= .4/lisp/org/org-version /usr/share/emacs24/site-lisp/flim/sasl-digest hides /usr/share/emacs/24.4/l= isp/net/sasl-digest /usr/share/emacs24/site-lisp/flim/hmac-def hides /usr/share/emacs/24.4/lisp= /net/hmac-def /usr/share/emacs24/site-lisp/flim/ntlm hides /usr/share/emacs/24.4/lisp/net= /ntlm /usr/share/emacs24/site-lisp/flim/hmac-md5 hides /usr/share/emacs/24.4/lisp= /net/hmac-md5 /usr/share/emacs24/site-lisp/flim/sasl hides /usr/share/emacs/24.4/lisp/net= /sasl /usr/share/emacs24/site-lisp/flim/sasl-cram hides /usr/share/emacs/24.4/lis= p/net/sasl-cram /usr/share/emacs24/site-lisp/flim/sasl-ntlm hides /usr/share/emacs/24.4/lis= p/net/sasl-ntlm /usr/share/emacs24/site-lisp/latex-cjk-thai/thai-word hides /usr/share/emac= s/24.4/lisp/language/thai-word /usr/share/emacs24/site-lisp/auctex/tex-buf hides /usr/share/emacs/site-lis= p/auctex/tex-buf /usr/share/emacs24/site-lisp/auctex/font-latex hides /usr/share/emacs/site-= lisp/auctex/font-latex /usr/share/emacs24/site-lisp/auctex/plain-tex hides /usr/share/emacs/site-l= isp/auctex/plain-tex /usr/share/emacs24/site-lisp/auctex/context-nl hides /usr/share/emacs/site-= lisp/auctex/context-nl /usr/share/emacs24/site-lisp/auctex/tex-fold hides /usr/share/emacs/site-li= sp/auctex/tex-fold /usr/share/emacs24/site-lisp/auctex/multi-prompt hides /usr/share/emacs/sit= e-lisp/auctex/multi-prompt /usr/share/emacs24/site-lisp/auctex/preview hides /usr/share/emacs/site-lis= p/auctex/preview /usr/share/emacs24/site-lisp/auctex/tex-jp hides /usr/share/emacs/site-lisp= /auctex/tex-jp /usr/share/emacs24/site-lisp/auctex/tex-bar hides /usr/share/emacs/site-lis= p/auctex/tex-bar /usr/share/emacs24/site-lisp/auctex/prv-emacs hides /usr/share/emacs/site-l= isp/auctex/prv-emacs /usr/share/emacs24/site-lisp/auctex/tex-mik hides /usr/share/emacs/site-lis= p/auctex/tex-mik /usr/share/emacs24/site-lisp/auctex/toolbar-x hides /usr/share/emacs/site-l= isp/auctex/toolbar-x /usr/share/emacs24/site-lisp/auctex/tex-style hides /usr/share/emacs/site-l= isp/auctex/tex-style /usr/share/emacs24/site-lisp/auctex/context-en hides /usr/share/emacs/site-= lisp/auctex/context-en /usr/share/emacs24/site-lisp/auctex/tex-font hides /usr/share/emacs/site-li= sp/auctex/tex-font /usr/share/emacs24/site-lisp/auctex/tex-info hides /usr/share/emacs/site-li= sp/auctex/tex-info /usr/share/emacs24/site-lisp/auctex/tex hides /usr/share/emacs/site-lisp/au= ctex/tex /usr/share/emacs24/site-lisp/auctex/texmathp hides /usr/share/emacs/site-li= sp/auctex/texmathp /usr/share/emacs24/site-lisp/auctex/context hides /usr/share/emacs/site-lis= p/auctex/context /usr/share/emacs24/site-lisp/auctex/latex hides /usr/share/emacs/site-lisp/= auctex/latex /usr/share/emacs24/site-lisp/auctex/bib-cite hides /usr/share/emacs/site-li= sp/auctex/bib-cite /usr/share/emacs/24.4/lisp/emacs-lisp/cl-lib hides /usr/share/emacs/24.4/si= te-lisp/slime/lib/cl-lib /usr/share/emacs/24.4/lisp/emacs-lisp/ert-x hides /usr/share/emacs/24.4/sit= e-lisp/slime/lib/ert-x /usr/share/emacs/24.4/lisp/emacs-lisp/ert hides /usr/share/emacs/24.4/site-= lisp/slime/lib/ert Features: (shadow sort mail-extr warnings emacsbug sendmail eieio-opt speedbar sb-image ezimage dframe help-mode magit-bisect magit-key-mode magit diff-mode log-edit message rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums mailabbrev mail-utils gmm-utils mailheader pcvs-util add-log dired server tramp tramp-compat auth-source eieio byte-opt bytecomp byte-compile cconv eieio-core gnus-util mm-util mail-prsvr password-cache tramp-loaddefs cl-macs trampver shell latex edmacro kmacro cl gv cl-loaddefs cl-lib tex-style tex dbus xml org org-macro org-footnote org-pcomplete pcomplete org-list org-faces org-entities time-date noutline outline org-version ob-emacs-lisp ob ob-tangle ob-ref ob-lob ob-table ob-exp org-src ob-keys ob-comint ob-core ob-eval org-compat org-macs org-loaddefs format-spec find-func cal-menu easymenu calendar cal-loaddefs derived saveplace grep compile comint ansi-color ring cus-start cus-load debian-el debian-el-loaddefs w3m-load slime-autoloads org-install 50magit emacs-goodies-el emacs-goodies-custom emacs-goodies-loaddefs easy-mmode dpkg-dev-el dpkg-dev-el-loaddefs develock advice help-fns preview-latex tex-site auto-loads tooltip electric uniquify 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 prog-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 nadvice 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 gfilenotify dynamic-setting system-font-setting font-render-setting move-toolbar gtk x-toolkit x multi-tty emacs) Memory information: ((conses 16 212870 13453) (symbols 48 32678 0) (miscs 40 158 167) (strings 32 56311 6712) (string-bytes 1 1669947) (vectors 16 22797) (vector-slots 8 538466 9986) (floats 8 128 152) (intervals 56 884 0) (buffers 960 20) (heap 1024 58647 6726)) From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 10 09:49:11 2016 Received: (at 22944) by debbugs.gnu.org; 10 Mar 2016 14:49:11 +0000 Received: from localhost ([127.0.0.1]:42469 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1ae1tn-0001YA-28 for submit@debbugs.gnu.org; Thu, 10 Mar 2016 09:49:11 -0500 Received: from relaycp02.dominioabsoluto.net ([217.116.26.74]:35213) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1ae1tk-0001Xt-KX for 22944@debbugs.gnu.org; Thu, 10 Mar 2016 09:49:09 -0500 Received: from smtp.movistar.es (smtp20.acens.net [86.109.99.144]) by relaycp02.dominioabsoluto.net (Postfix) with ESMTP id 211C0D2620; Thu, 10 Mar 2016 15:49:02 +0100 (CET) X-CTCH-RefID: str=0001.0A0B0204.56E1895E.0053, ss=1, re=0.000, recu=0.000, reip=0.000, cl=1, cld=1, fgs=0 X-CTCH-VOD: Unknown X-CTCH-Spam: Unknown Received: from qcore (79.153.146.151) by smtp.movistar.es (8.6.122.03) (authenticated as 981711563$telefonica.net) id 56B309D802C04F1B; Thu, 10 Mar 2016 14:49:02 +0000 From: =?utf-8?Q?=C3=93scar_Fuentes?= To: jorrit@jorrit.de (=?utf-8?Q?J=C3=B6?= Fahlke) Subject: Re: bug#22944: 24.4; Wishlist: Support for cmake in compilation-mode References: <87si013rsh.fsf@jorrit.de> Date: Thu, 10 Mar 2016 15:49:01 +0100 In-Reply-To: <87si013rsh.fsf@jorrit.de> (=?utf-8?Q?=22J=C3=B6?= Fahlke"'s message of "Tue, 08 Mar 2016 16:36:46 +0100") Message-ID: <87shzy75ia.fsf@wanadoo.es> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.92 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 22944 Cc: 22944@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) jorrit@jorrit.de (J=C3=B6 Fahlke) writes: > I wanted to get that out there. If anyone wants to turn that into a > proper patch, feel free, otherwise I might find time to do that myself > later. Please provide a proper patch and I will install it. From debbugs-submit-bounces@debbugs.gnu.org Sun Apr 10 11:33:17 2016 Received: (at 22944) by debbugs.gnu.org; 10 Apr 2016 15:33:17 +0000 Received: from localhost ([127.0.0.1]:57379 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1apHMT-0004Nx-5S for submit@debbugs.gnu.org; Sun, 10 Apr 2016 11:33:17 -0400 Received: from mail.xeneris.net ([88.198.30.130]:43302 helo=mx2.xeneris.net) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1apHMR-0004Np-EF for 22944@debbugs.gnu.org; Sun, 10 Apr 2016 11:33:16 -0400 X-No-Auth: unauthenticated sender X-No-Auth: unauthenticated sender Received: from paranoia (localhost.localdomain [127.0.0.1]) by mx2.xeneris.net (Postfix) with ESMTPS id E09EBC307F13; Sun, 10 Apr 2016 17:33:11 +0200 (CEST) Received: from joe by paranoia with local (Exim 4.84_2) (envelope-from ) id 1apHMN-0007v7-CA; Sun, 10 Apr 2016 17:33:11 +0200 Date: Sun, 10 Apr 2016 17:33:11 +0200 From: =?iso-8859-1?Q?J=F6?= Fahlke To: =?iso-8859-1?Q?=D3scar?= Fuentes Subject: Re: bug#22944: 24.4; Wishlist: Support for cmake in compilation-mode Message-ID: <20160410153311.GA4361@paranoia> References: <87si013rsh.fsf@jorrit.de> <87shzy75ia.fsf@wanadoo.es> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="hHWLQfXTYDoKhP50" Content-Disposition: inline In-Reply-To: <87shzy75ia.fsf@wanadoo.es> User-Agent: Mutt/1.5.23 (2014-03-12) X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 22944 Cc: 22944@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) --hHWLQfXTYDoKhP50 Content-Type: multipart/mixed; boundary="MGYHOYXEY6WxJCY8" Content-Disposition: inline --MGYHOYXEY6WxJCY8 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Am Thu, 10. Mar 2016, 15:49:01 +0100 schrieb =D3scar Fuentes: >=20 > jorrit@jorrit.de (J=F6 Fahlke) writes: >=20 > > I wanted to get that out there. If anyone wants to turn that into a > > proper patch, feel free, otherwise I might find time to do that myself > > later. >=20 > Please provide a proper patch and I will install it. Hi! Please find the patch attached. It is in default "git format-patch"-format= , I hope that is OK. git does not seem to support "diff -c" format (as per "(emacs)Sending Patches"). There is one small issue: The regular expressions (after the patch) recogni= ze note lines of the form " cmake/modules/DuneGridMacros.cmake:19 (include)" as well as " * cmake/modules/DuneGridMacros.cmake:19 (include)" I was unable to reproduce examples of the second kind, so I did not put any into etc/compilation.txt or the test, since I did not want to make them up.= I took the regular expression from my ~/.emacs, so I'm pretty sure I came acr= oss note lines of the second format at some point. Regards, J=F6. --=20 Jorrit (J=F6) Fahlke, Institute for Computational und Applied Mathematics, University of M=FCnster, Orleans-Ring 10, D-48149 M=FCnster Tel: +49 251 83 35146 Fax: +49 251 83 32729 Of all the things I've lost, I miss my mind the most. -- Ozzy Osbourne --MGYHOYXEY6WxJCY8 Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0001-Add-CMake-support-in-compilation-mode-Bug-22944.patch" Content-Transfer-Encoding: quoted-printable =46rom f86584c59f3ca463e439c5a9972b294744492967 Mon Sep 17 00:00:00 2001 =46rom: =3D?UTF-8?q?J=3DC3=3DB6=3D20Fahlke?=3D Date: Thu, 24 Mar 2016 18:22:43 +0100 Subject: [PATCH] Add CMake support in compilation-mode (Bug#22944) * lisp/progmodes/compile.el (compilation-error-regexp-alist-alist): Add regexps for matching CMake output. * test/lisp/progmodes/compile-tests.el (compile-tests--test-regexps-data): = Add CMake test cases. * etc/compilation.txt (CMake): Add CMake examples. --- etc/NEWS | 5 +++++ etc/compilation.txt | 26 ++++++++++++++++++++++++++ lisp/progmodes/compile.el | 7 +++++++ test/lisp/progmodes/compile-tests.el | 7 +++++++ 4 files changed, 45 insertions(+) diff --git a/etc/NEWS b/etc/NEWS index 6ec82f8..efdb1a9 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -118,6 +118,11 @@ in these situations. =0C * Changes in Specialized Modes and Packages in Emacs 25.2 =20 +** Compilation mode + +--- +*** Messages from CMake are now recognized. + ** eww =20 +++ diff --git a/etc/compilation.txt b/etc/compilation.txt index d26af20..4a15312 100644 --- a/etc/compilation.txt +++ b/etc/compilation.txt @@ -84,6 +84,32 @@ Warning: this expression should have type unit. File "/tmp/foo.py", line 10 =20 =20 +* CMake + +symbols: cmake cmake-info + +CMake Error at CMakeLists.txt:19 (hurz): + Unknown CMake command "hurz". +CMake Warning at cmake/modules/UseUG.cmake:73 (find_package): + Could not find a package configuration file provided by "UG" (requested + version 3.11.0) with any of the following names: + + UGConfig.cmake + ug-config.cmake + + Add the installation prefix of "UG" to CMAKE_PREFIX_PATH or set "UG_DIR"= to + a directory containing one of the above files. If "UG" provides a separ= ate + development package or SDK, be sure it has been installed. +Call Stack (most recent call first): + cmake/modules/DuneGridMacros.cmake:19 (include) + /home/joe/Projekte/EXA-DUNE/patches/dune-common/cmake/modules/DuneMacros= =2Ecmake:556 (include) + /home/joe/Projekte/EXA-DUNE/patches/dune-common/cmake/modules/DuneMacros= =2Ecmake:694 (dune_process_dependency_macros) + CMakeLists.txt:22 (dune_project) + + +-- Could NOT find UG (missing: UG_DIR HAVE_UG) + + * Apollo cc, 4.3BSD fc & IBM RS6000/AIX xlc compiler & Microtec mcc68k & G= NAT (July 94) =20 symbol: comma diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index 0b15a28..5bfd35e 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -161,6 +161,13 @@ compilation-error-regexp-alist-alist \\(?: characters? \\([0-9]+\\)-?\\([0-9]+\\)?:\\)?\\([ \n]Warning\\(?: [0-= 9]+\\)?:\\)?\\)" 2 (3 . 4) (5 . 6) (7)) =20 + (cmake + "^CMake \\(?:Error\\|\\(Warning\\)\\) at \\(.*\\):\\([1-9][0-9]*\\) (= [^)]+):$" + 2 3 nil (1)) + (cmake-info + "^ \\(?: \\*\\)?\\(.*\\):\\([1-9][0-9]*\\) ([^)]+)$" + 1 2 nil 0) + (comma "^\"\\([^,\" \n\t]+\\)\", line \\([0-9]+\\)\ \\(?:[(. pos]+\\([0-9]+\\))?\\)?[:.,; (-]\\( warning:\\|[-0-9 ]*(W)\\)?" 1= 2 3 (4)) diff --git a/test/lisp/progmodes/compile-tests.el b/test/lisp/progmodes/com= pile-tests.el index 6821a6b..8961576 100644 --- a/test/lisp/progmodes/compile-tests.el +++ b/test/lisp/progmodes/compile-tests.el @@ -79,6 +79,13 @@ compile-tests--test-regexps-data 1 nil 302 "\\lib\\python\\Products\\PythonScripts\\PythonScript.py") ("File \"/tmp/foo.py\", line 10" 1 nil 10 "/tmp/foo.py") + ;; cmake cmake-info + ("CMake Error at CMakeLists.txt:23 (hurz):" + 1 nil 23 "CMakeLists.txt") + ("CMake Warning at cmake/modules/UseUG.cmake:73 (find_package):" + 1 nil 73 "cmake/modules/UseUG.cmake") + (" cmake/modules/DuneGridMacros.cmake:19 (include)" + 1 nil 19 "cmake/modules/DuneGridMacros.cmake") ;; comma ("\"foo.f\", line 3: Error: syntax error near end of statement" 1 nil 3 "foo.f") --=20 2.1.4 --MGYHOYXEY6WxJCY8-- --hHWLQfXTYDoKhP50 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIVAwUBVwpyN+mx9CKgc0OWAQiFKhAAv/tOkqvMGyYE5L2c5e9ZLv2230z4yPgW NrhxqPwa+5kt72/1cYQSw2WU9/UZ0FMvJkIPY6jHzbUA6V85Rrjx5xn8d3XoY9/S vQB65lnTU3MSUAihtWe0UCEsltvAuMooZMErZd+avuHugKGTGKVQFJbI87PePu5v Mw1Ax+xT+QRaDAC1vjJWrG4YNyekUfcGUsiT46iVoj+lFirkCrrk9wYj3txJrmPk 4gFicz7160zUsA08NA9SuyjDhMkjWG935FxTp3mqwU0Jn7yRv19iHQu13PRYJr+Y WyS9ie48FpPYJpABjyCJAQJLuUHcwWAsUQSJR7BP1wFpsZpXzjWacTJ4H31MhKLb ZOQf7/y/eN6iFbQ6HXKl3p7jQUNIlCCC+urmjXbZa8ZRkMoUjPM7qRb+6+ksv1r0 FnZcMznEbvQzJ2do6tgHte8LV1nC3O38YgCkKpX+HV0sAfWepEReLWDPU7mvtEIv 5OR2arLzKfZ662p0xE4eDe+lV3i3JQwnFhlY9Lu+2M3QnCj4csWjRgqNrilAthtw YQuz1lSKZhqTKBTtovE/nRvRxXxoLCdWXZ1zsNJzRVUb6yJFtvN6UQSmsstlKBO1 diZiD+oCbdXPyIcOF22b5Zc8cLpuScKCcRBF2kIJakpkScegIGiyOaMVKQFKH9zE CaA7w2K8Jq0= =UNtp -----END PGP SIGNATURE----- --hHWLQfXTYDoKhP50-- From debbugs-submit-bounces@debbugs.gnu.org Sun Apr 10 13:24:23 2016 Received: (at 22944) by debbugs.gnu.org; 10 Apr 2016 17:24:24 +0000 Received: from localhost ([127.0.0.1]:57461 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1apJ5z-000730-LU for submit@debbugs.gnu.org; Sun, 10 Apr 2016 13:24:23 -0400 Received: from smtp20.acens.net ([86.109.99.144]:24122 helo=smtp.movistar.es) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1apJ5x-00072k-LK for 22944@debbugs.gnu.org; Sun, 10 Apr 2016 13:24:22 -0400 X-CTCH-RefID: str=0001.0A0B0202.570A8C3F.011A, ss=1, re=0.000, recu=0.000, reip=0.000, cl=1, cld=1, fgs=0 X-CTCH-VOD: Unknown X-CTCH-Spam: Unknown Received: from qcore (79.153.146.151) by smtp.movistar.es (8.6.122.03) (authenticated as 981711563$telefonica.net) id 56B309D804C5AA7F; Sun, 10 Apr 2016 17:24:15 +0000 From: =?utf-8?Q?=C3=93scar_Fuentes?= To: =?utf-8?Q?J=C3=B6?= Fahlke Subject: Re: bug#22944: 24.4; Wishlist: Support for cmake in compilation-mode References: <87si013rsh.fsf@jorrit.de> <87shzy75ia.fsf@wanadoo.es> <20160410153311.GA4361@paranoia> Date: Sun, 10 Apr 2016 19:24:14 +0200 In-Reply-To: <20160410153311.GA4361@paranoia> (=?utf-8?Q?=22J=C3=B6?= Fahlke"'s message of "Sun, 10 Apr 2016 17:33:11 +0200") Message-ID: <87bn5h1io1.fsf@wanadoo.es> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.92 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 22944 Cc: 22944@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) J=C3=B6 Fahlke writes: > Please find the patch attached. [snip] Thanks! To John W. or some other maintainer: Does the submitted patch qualify as a paper-exempt change? I'm assuming that the OP has no filed papers with the FSF. The patch adds functionality without changing previous code. Does it qualify for emacs-25? From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 11 09:27:52 2016 Received: (at 22944) by debbugs.gnu.org; 11 Apr 2016 13:27:52 +0000 Received: from localhost ([127.0.0.1]:58156 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1apbsd-0005yH-RH for submit@debbugs.gnu.org; Mon, 11 Apr 2016 09:27:52 -0400 Received: from mail.xeneris.net ([88.198.30.130]:57400 helo=mx2.xeneris.net) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1apbsb-0005y9-TH for 22944@debbugs.gnu.org; Mon, 11 Apr 2016 09:27:50 -0400 X-No-Auth: unauthenticated sender X-No-Auth: unauthenticated sender Received: from paranoia (localhost.localdomain [127.0.0.1]) by mx2.xeneris.net (Postfix) with ESMTPS id 5275FC308AE2; Mon, 11 Apr 2016 15:27:46 +0200 (CEST) Received: from joe by paranoia with local (Exim 4.84_2) (envelope-from ) id 1apbsX-0006v8-UD; Mon, 11 Apr 2016 15:27:46 +0200 Date: Mon, 11 Apr 2016 15:27:45 +0200 From: =?iso-8859-1?Q?J=F6?= Fahlke To: =?iso-8859-1?Q?=D3scar?= Fuentes Subject: Re: bug#22944: 24.4; Wishlist: Support for cmake in compilation-mode Message-ID: <20160411132745.GD4361@paranoia> References: <87si013rsh.fsf@jorrit.de> <87shzy75ia.fsf@wanadoo.es> <20160410153311.GA4361@paranoia> <87bn5h1io1.fsf@wanadoo.es> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="o0ZfoUVt4BxPQnbU" Content-Disposition: inline In-Reply-To: <87bn5h1io1.fsf@wanadoo.es> User-Agent: Mutt/1.5.23 (2014-03-12) X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 22944 Cc: 22944@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) --o0ZfoUVt4BxPQnbU Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Am Sun, 10. Apr 2016, 19:24:14 +0200 schrieb =D3scar Fuentes: > Does the submitted patch qualify as a paper-exempt change? I'm assuming > that the OP has no filed papers with the FSF. That is assumption is correct. I'm of course willing to send those papers = in, barring any suprises in the fine print. Though I'm not looking forward to = it, as I loathe paperwork, and as a consequence it will probably be more work t= han the patch itself. Regards, J=F6. --=20 Jorrit (J=F6) Fahlke, Institute for Computational und Applied Mathematics, University of M=FCnster, Orleans-Ring 10, D-48149 M=FCnster Tel: +49 251 83 35146 Fax: +49 251 83 32729 Das Erststudium soll bis zum berufsqualifizierenden Abschluss geb=FChrenfrei bleiben, also bis zur Erlangung der Taxi-Lizenz. -- Akr=FCtzel, Ausgabe vom 16.5.2002 (www.akruetzel.de) --o0ZfoUVt4BxPQnbU Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIVAwUBVwumUemx9CKgc0OWAQifnBAAozT/tUGROw/z+93wpSOJXywjVjivtpAT NhHwVLQVC+wSxUkWJ4Y8gEJPJg8Jloy9yKHoclOA9TyfchJjGjF/BCYgraaOy8dU P2nKtaLXvwkAQ/wJLCeX5ZGSyeHVfcwHEjsqEfQ4jNR+CgrIF6wdcNXcinl2w+DY VOGYhzFFYDcPmZ2DKJ3WvmDEi004g1rTtk5tKHbgsMCrZnUYH31a9jArSBD/PzxH TkYcGybUM9tPT8T1Z0gWu8RxM3/IfZIqV/FlRFe9L9WXVoLjgMyHv+aIMz0uuRTG 3NOUpILRycRdeQHpo/KAjF06ouBFW4m0vacxYLcJ9WHDqyLYNGFMClp3iKo83KsL nH57tazTEPkQQqXtXJrouqu0CojwhqUK8oTfATprqfWHMs7zuzwPNOOtmIm0QAe8 jlCrKw5mN1J4hpzmfJ7CBVOnXRlfBebZD0OB8m1x52kuudBKg7Og+Q9z8ij22gEC MeXnRQjtkFEglgKO+sHJM790/zDuVQP9BOAnHyCRfcAkefuZ7fw+JZsBaHUnocqW CigvhXmLKNO8Bd4hCTDktrVCWtMtoARjYfbEGsa9kvedEcmq2mPyXnFeLzEvZW+9 zFZKbA9SCk+7vVuaowkHfyQbou5jbQWWjeG4FnJtpzghTMw9T/ITZy2JExCGuWyq CpPkamc4wp8= =oFQw -----END PGP SIGNATURE----- --o0ZfoUVt4BxPQnbU-- From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 11 19:08:07 2016 Received: (at 22944) by debbugs.gnu.org; 11 Apr 2016 23:08:07 +0000 Received: from localhost ([127.0.0.1]:59828 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1apkwB-0004om-Dy for submit@debbugs.gnu.org; Mon, 11 Apr 2016 19:08:07 -0400 Received: from smtp21.acens.net ([86.109.99.145]:60874 helo=smtp.movistar.es) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1apkw9-0004o0-Ko for 22944@debbugs.gnu.org; Mon, 11 Apr 2016 19:08:06 -0400 X-CTCH-RefID: str=0001.0A0B0204.570C2E4E.01FC, ss=1, re=0.000, recu=0.000, reip=0.000, cl=1, cld=1, fgs=0 X-CTCH-VOD: Unknown X-CTCH-Spam: Unknown Received: from qcore (79.153.146.151) by smtp.movistar.es (8.6.122.03) (authenticated as 981711563$telefonica.net) id 56B309D3048D0F8A; Mon, 11 Apr 2016 23:07:58 +0000 From: =?utf-8?Q?=C3=93scar_Fuentes?= To: John Wiegley Subject: Re: bug#22944: 24.4; Wishlist: Support for cmake in compilation-mode References: <87si013rsh.fsf@jorrit.de> <87shzy75ia.fsf@wanadoo.es> <20160410153311.GA4361@paranoia> <87bn5h1io1.fsf@wanadoo.es> <20160411132745.GD4361@paranoia> Date: Tue, 12 Apr 2016 01:07:57 +0200 In-Reply-To: <20160411132745.GD4361@paranoia> (=?utf-8?Q?=22J=C3=B6?= Fahlke"'s message of "Mon, 11 Apr 2016 15:27:45 +0200") Message-ID: <877fg32182.fsf@wanadoo.es> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.92 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 22944 Cc: 22944@debbugs.gnu.org, =?utf-8?Q?J=C3=B6?= Fahlke X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) J=C3=B6 Fahlke writes: > Am Sun, 10. Apr 2016, 19:24:14 +0200 schrieb =C3=93scar Fuentes: >> Does the submitted patch qualify as a paper-exempt change? I'm assuming >> that the OP has no filed papers with the FSF. > > That is assumption is correct. I'm of course willing to send those paper= s in, > barring any suprises in the fine print. Though I'm not looking forward t= o it, > as I loathe paperwork, and as a consequence it will probably be more work= than > the patch itself. John, Can you take a look at the patch submitted by J=C3=B6 Fahlke and decide if = it requires the copyright assignment? The patch is attached to this message: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D22944#11 Thanks. From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 11 19:21:42 2016 Received: (at 22944) by debbugs.gnu.org; 11 Apr 2016 23:21:42 +0000 Received: from localhost ([127.0.0.1]:59833 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1apl9K-0006pZ-L2 for submit@debbugs.gnu.org; Mon, 11 Apr 2016 19:21:42 -0400 Received: from mail-pa0-f48.google.com ([209.85.220.48]:32809) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1apl9I-0006pL-Uf for 22944@debbugs.gnu.org; Mon, 11 Apr 2016 19:21:41 -0400 Received: by mail-pa0-f48.google.com with SMTP id zm5so1005853pac.0 for <22944@debbugs.gnu.org>; Mon, 11 Apr 2016 16:21:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:in-reply-to:date:message-id:references :user-agent:mime-version:content-transfer-encoding; bh=XwylnBLWGAZ1U8ChXGF5F9j6Jtqc2IWnOlpI/vdNTgk=; b=wbZGL0+AdQLojR8xJbmMxDT7NUF2gXYwiUcOQaL6rOfpX8aff98crzsr1fuFVKpuyq YSSH7YVIZcGtS37OZAT3xavcgHlLYBqVCgC1AlD4OxAQN/Pk9LZThtvw9CUvy0t++i/i gwsde7GutvUy5AMYsB1UQiuUSYV9ZDRaiqYEUvLzoH5AmEKiVM1eAJi+Mg5MdGajFXXl kboy+9/v+EdMUcGX14d28Bi9Ml8CWlZhwpiJ6El8e94yX6KkXKNbt4WrDl4UzCeCn3mA zDl2nLlQkafnQkwlhAuHAz88yfYQDosk0bOJQijURNQZpmyQ+0JVexF1D54kwwHKPE0O S4RA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:in-reply-to:date:message-id :references:user-agent:mime-version:content-transfer-encoding; bh=XwylnBLWGAZ1U8ChXGF5F9j6Jtqc2IWnOlpI/vdNTgk=; b=K5bV7Wsygqb2/2vMIx3eRx3eR4wjQVUTvZpbQ9l8wcHZTKmThnf1tbDttoWaLR5j/J +zjL6kn0ZP146vhZ2NPzyow+jqzkHA4xL00gxEAL3o/dTObO+IHofX/NmBMEiSVpGnF5 lwGvvS8q/Jktrw459RwU4RyOaLXobU+YTAP1aPdd4rQJACu1tW9iAUaDV7yqCJD7fjH2 +iBetH44ntq+4hWSUsypbmTL8Xg3ASuLqL+OzFX+IoZA2tnICkFbHePXCazv+xV0T/mb kadiuKsXSzlr79K1sEYoruEYdTGtAO1qB8JwG4+MiKSnVPjk/+E9C5snI8u5FlFXZsdd tQUA== X-Gm-Message-State: AOPr4FVpEsBQYggq9ArUo4uvFfWhLgH4bZ0cmvhtd8G9otFZM6LR/x7FwtIl0twVx6uu8Q== X-Received: by 10.66.54.205 with SMTP id l13mr153051pap.66.1460416895058; Mon, 11 Apr 2016 16:21:35 -0700 (PDT) Received: from Vulcan.local (76-234-68-79.lightspeed.frokca.sbcglobal.net. [76.234.68.79]) by smtp.gmail.com with ESMTPSA id 9sm38556818pfm.10.2016.04.11.16.21.34 (version=TLS1 cipher=AES128-SHA bits=128/128); Mon, 11 Apr 2016 16:21:34 -0700 (PDT) From: John Wiegley X-Google-Original-From: "John Wiegley" Received: by Vulcan.local (Postfix, from userid 501) id AC19C1423014F; Mon, 11 Apr 2016 16:21:33 -0700 (PDT) To: =?utf-8?Q?=C3=93scar?= Fuentes Subject: Re: bug#22944: 24.4; Wishlist: Support for cmake in compilation-mode In-Reply-To: <877fg32182.fsf@wanadoo.es> (=?utf-8?Q?=22=C3=93scar?= Fuentes"'s message of "Tue, 12 Apr 2016 01:07:57 +0200") Date: Mon, 11 Apr 2016 16:21:31 -0700 Message-ID: References: <87si013rsh.fsf@jorrit.de> <87shzy75ia.fsf@wanadoo.es> <20160410153311.GA4361@paranoia> <87bn5h1io1.fsf@wanadoo.es> <20160411132745.GD4361@paranoia> <877fg32182.fsf@wanadoo.es> User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.0.92 (darwin) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 22944 Cc: 22944@debbugs.gnu.org, Richard Stallman , =?utf-8?Q?J=C3=B6?= Fahlke X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) >>>>> =C3=93scar Fuentes writes: > Can you take a look at the patch submitted by J=C3=B6 Fahlke and decide i= f it > requires the copyright assignment? > The patch is attached to this message: > http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D22944#11 Code-wise this is right at the edge. I think we can accept it without assignment, but I'll defer to Richard to see what he thinks. It's just a few regular expressions, constant values, and some documentation. --=20 John Wiegley GPG fingerprint =3D 4710 CF98 AF9B 327B B80F http://newartisans.com 60E1 46C4 BD1A 7AC1 4BA2 From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 18 08:19:41 2016 Received: (at 22944) by debbugs.gnu.org; 18 Apr 2016 12:19:41 +0000 Received: from localhost ([127.0.0.1]:38998 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1as89V-0001Y7-Dc for submit@debbugs.gnu.org; Mon, 18 Apr 2016 08:19:41 -0400 Received: from relaycp02.dominioabsoluto.net ([217.116.26.74]:47935) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1as89T-0001Xs-9W for 22944@debbugs.gnu.org; Mon, 18 Apr 2016 08:19:40 -0400 Received: from smtp.movistar.es (smtp09.acens.net [86.109.99.133]) by relaycp02.dominioabsoluto.net (Postfix) with ESMTP id D083CD2B67; Mon, 18 Apr 2016 14:19:32 +0200 (CEST) X-CTCH-RefID: str=0001.0A0B0205.5714D0D4.02EB, ss=1, re=0.000, recu=0.000, reip=0.000, cl=1, cld=1, fgs=0 X-CTCH-VOD: Unknown X-CTCH-Spam: Unknown Received: from qcore (88.22.75.120) by smtp.movistar.es (8.6.122.03) (authenticated as 981711563$telefonica.net) id 5710AA8F002B0BBC; Mon, 18 Apr 2016 12:19:32 +0000 From: =?utf-8?Q?=C3=93scar_Fuentes?= To: John Wiegley Subject: Re: bug#22944: 24.4; Wishlist: Support for cmake in compilation-mode References: <87si013rsh.fsf@jorrit.de> <87shzy75ia.fsf@wanadoo.es> <20160410153311.GA4361@paranoia> <87bn5h1io1.fsf@wanadoo.es> <20160411132745.GD4361@paranoia> <877fg32182.fsf@wanadoo.es> Date: Mon, 18 Apr 2016 14:19:31 +0200 In-Reply-To: (John Wiegley's message of "Mon, 11 Apr 2016 16:21:31 -0700") Message-ID: <87bn57w1m4.fsf@wanadoo.es> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.92 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 22944 Cc: 22944@debbugs.gnu.org, Richard Stallman , =?utf-8?Q?J?= =?utf-8?Q?=C3=B6?= Fahlke X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) John Wiegley writes: >>>>>> =C3=93scar Fuentes writes: > >> Can you take a look at the patch submitted by J=C3=B6 Fahlke and decide = if it >> requires the copyright assignment? > >> The patch is attached to this message: > >> http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D22944#11 > > Code-wise this is right at the edge. I think we can accept it without > assignment, but I'll defer to Richard to see what he thinks. It's just a = few > regular expressions, constant values, and some documentation. No response from Richard so far. I will commit the patch tomorrow if nobody objects. The question now is emacs-25 or master? The patch consists on doc changes, a test case and two new elements for compilation-error-regexp-alist-alist. From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 18 11:47:02 2016 Received: (at 22944) by debbugs.gnu.org; 18 Apr 2016 15:47:02 +0000 Received: from localhost ([127.0.0.1]:39562 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1asBOA-0008QF-7w for submit@debbugs.gnu.org; Mon, 18 Apr 2016 11:47:02 -0400 Received: from eggs.gnu.org ([208.118.235.92]:60173) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1asBO8-0008Pk-LH for 22944@debbugs.gnu.org; Mon, 18 Apr 2016 11:47:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1asBO2-0001bf-JQ for 22944@debbugs.gnu.org; Mon, 18 Apr 2016 11:46:55 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=BAYES_40,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:49943) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1asBNv-0001aQ-Kc; Mon, 18 Apr 2016 11:46:47 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1asBNs-00013N-QL; Mon, 18 Apr 2016 11:46:44 -0400 From: Glenn Morris To: =?utf-8?Q?=C3=93scar?= Fuentes Subject: Re: bug#22944: 24.4; Wishlist: Support for cmake in compilation-mode References: <87si013rsh.fsf@jorrit.de> <87shzy75ia.fsf@wanadoo.es> <20160410153311.GA4361@paranoia> <87bn5h1io1.fsf@wanadoo.es> <20160411132745.GD4361@paranoia> <877fg32182.fsf@wanadoo.es> <87bn57w1m4.fsf@wanadoo.es> X-Spook: FIPS140 Tornado Police Clinton Breach Taiwan Sears Tower X-Ran: JO}BM#Jmu/brTUj38rp0WV<0J9r$FlX`tQVNFi/4bBX"{Ys&;~ X-Hue: blue X-Debbugs-No-Ack: yes X-Attribution: GM Date: Mon, 18 Apr 2016 11:46:44 -0400 In-Reply-To: <87bn57w1m4.fsf@wanadoo.es> (=?utf-8?Q?=22=C3=93scar?= Fuentes"'s message of "Mon, 18 Apr 2016 14:19:31 +0200") Message-ID: <7kd1pmsyvv.fsf@fencepost.gnu.org> User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -6.0 (------) X-Debbugs-Envelope-To: 22944 Cc: John Wiegley , 22944@debbugs.gnu.org, Richard Stallman , =?utf-8?Q?J=C3=B6?= Fahlke X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) FWIW, looks ok to me as a tiny change. (Hopefully we don't need to refer every such case to the head of the FSF.) Personally I'd put it in master. > I'm of course willing to send those papers in, barring any suprises in > the fine print. Though I'm not looking forward to it, as I loathe > paperwork, and as a consequence it will probably be more work than the > patch itself. I see from your signature that you are in Germany. Please note that the entire process can be completed electronically via email and GPG. So it may be simpler than you think. If you expect to contribute more to Emacs in future, please complete the form at http://git.savannah.gnu.org/cgit/gnulib.git/tree/doc/Copyright/request-assign.future Thanks. From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 18 14:34:12 2016 Received: (at 22944) by debbugs.gnu.org; 18 Apr 2016 18:34:13 +0000 Received: from localhost ([127.0.0.1]:39646 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1asDzw-0005mH-Mr for submit@debbugs.gnu.org; Mon, 18 Apr 2016 14:34:12 -0400 Received: from eggs.gnu.org ([208.118.235.92]:39046) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1asDzv-0005m6-DV for 22944@debbugs.gnu.org; Mon, 18 Apr 2016 14:34:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1asDzp-0008Go-GN for 22944@debbugs.gnu.org; Mon, 18 Apr 2016 14:34:06 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=BAYES_20,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:53373) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1asDzi-00089H-2E; Mon, 18 Apr 2016 14:33:58 -0400 Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1875 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1asDza-0003Z1-IE; Mon, 18 Apr 2016 14:33:50 -0400 Date: Mon, 18 Apr 2016 21:33:38 +0300 Message-Id: <83a8kqahrx.fsf@gnu.org> From: Eli Zaretskii To: =?utf-8?Q?=C3=93scar?= Fuentes In-reply-to: <87bn57w1m4.fsf@wanadoo.es> (message from =?utf-8?Q?=C3=93sca?= =?utf-8?Q?r?= Fuentes on Mon, 18 Apr 2016 14:19:31 +0200) Subject: Re: bug#22944: 24.4; Wishlist: Support for cmake in compilation-mode References: <87si013rsh.fsf@jorrit.de> <87shzy75ia.fsf@wanadoo.es> <20160410153311.GA4361@paranoia> <87bn5h1io1.fsf@wanadoo.es> <20160411132745.GD4361@paranoia> <877fg32182.fsf@wanadoo.es> <87bn57w1m4.fsf@wanadoo.es> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -6.0 (------) X-Debbugs-Envelope-To: 22944 Cc: jwiegley@gmail.com, 22944@debbugs.gnu.org, rms@gnu.org, jorrit@jorrit.de X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Eli Zaretskii Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) > From: Óscar Fuentes > Date: Mon, 18 Apr 2016 14:19:31 +0200 > Cc: 22944@debbugs.gnu.org, Richard Stallman , > Jö Fahlke > > The question now is emacs-25 or master? The patch consists on doc > changes, a test case and two new elements for > compilation-error-regexp-alist-alist. IMO, master. The order of entries in compilation-error-regexp-alist-alist does matter, and we've seen added entries break those after them in the past. From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 18 20:26:53 2016 Received: (at 22944) by debbugs.gnu.org; 19 Apr 2016 00:26:53 +0000 Received: from localhost ([127.0.0.1]:39756 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1asJVF-0005uR-GT for submit@debbugs.gnu.org; Mon, 18 Apr 2016 20:26:53 -0400 Received: from eggs.gnu.org ([208.118.235.92]:58624) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1asJVE-0005uD-C5 for 22944@debbugs.gnu.org; Mon, 18 Apr 2016 20:26:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1asJV8-0002dK-6W for 22944@debbugs.gnu.org; Mon, 18 Apr 2016 20:26:47 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:59711) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1asJUy-0002aE-TK; Mon, 18 Apr 2016 20:26:36 -0400 Received: from rms by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1asJUy-0007WD-4x; Mon, 18 Apr 2016 20:26:36 -0400 From: Richard Stallman To: =?utf-8?Q?=C3=93scar?= Fuentes In-reply-to: <87bn57w1m4.fsf@wanadoo.es> (message from =?utf-8?Q?=C3=93sca?= =?utf-8?Q?r?= Fuentes on Mon, 18 Apr 2016 14:19:31 +0200) Subject: Re: bug#22944: 24.4; Wishlist: Support for cmake in compilation-mode References: <87si013rsh.fsf@jorrit.de> <87shzy75ia.fsf@wanadoo.es> <20160410153311.GA4361@paranoia> <87bn5h1io1.fsf@wanadoo.es> <20160411132745.GD4361@paranoia> <877fg32182.fsf@wanadoo.es> <87bn57w1m4.fsf@wanadoo.es> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-Id: Date: Mon, 18 Apr 2016 20:26:36 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -6.0 (------) X-Debbugs-Envelope-To: 22944 Cc: jwiegley@gmail.com, 22944@debbugs.gnu.org, jorrit@jorrit.de X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: rms@gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) [[[ To any NSA and FBI agents reading my email: please consider ]]] [[[ whether defending the US Constitution against all enemies, ]]] [[[ foreign or domestic, requires you to follow Snowden's example. ]]] > > Code-wise this is right at the edge. I think we can accept it without > > assignment, but I'll defer to Richard to see what he thinks. It's just a few > > regular expressions, constant values, and some documentation. > No response from Richard so far. I will commit the patch tomorrow if > nobody objects. I did not know this was waiting for me. What is the question people are asking me about? Could someone explain the specific question to me? -- Dr Richard Stallman President, Free Software Foundation (gnu.org, fsf.org) Internet Hall-of-Famer (internethalloffame.org) Skype: No way! See stallman.org/skype.html. From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 18 20:56:28 2016 Received: (at 22944) by debbugs.gnu.org; 19 Apr 2016 00:56:28 +0000 Received: from localhost ([127.0.0.1]:39766 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1asJxr-0006ZP-Vz for submit@debbugs.gnu.org; Mon, 18 Apr 2016 20:56:28 -0400 Received: from mail-pf0-f171.google.com ([209.85.192.171]:33590) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1asJxq-0006ZD-0h for 22944@debbugs.gnu.org; Mon, 18 Apr 2016 20:56:26 -0400 Received: by mail-pf0-f171.google.com with SMTP id 184so634636pff.0 for <22944@debbugs.gnu.org>; Mon, 18 Apr 2016 17:56:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:in-reply-to:date:message-id:references :user-agent:mime-version; bh=qCHyDZWz50rvbCd2Yu4w2rNNbhZ3GAQ7TGJy8bg6nB8=; b=dFfk4XJSxs28R2gdANc5NOUv803tWbAXovaV/2DtkrDn/U1ugrhCTP/8dz4ZFyjVUZ JJTg4qpGgT9F0fig+dZRS+Mn0ARh+TDL0lQXtPRaV+q/ZMKLzUIZVMX1ZhSLtlNxbCKi mJ4QCIABesGocItp+JteT8hGMflAj2CxXcSl136cr0Q4eQTgMok3pzurw+PILT+EZI0B rq4MW1xWIqWhyPi5R6X/8kKmO7IQoxgJecypz4ztB9W42LjTwip26VLOcql84Y6T+U4B wlesr9uIKkO4U0cg63KxhHucfd1QbmjtApMDexo7FdsVW+ozef0gM6ZEYYj0sahek0B5 uUmg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:in-reply-to:date:message-id :references:user-agent:mime-version; bh=qCHyDZWz50rvbCd2Yu4w2rNNbhZ3GAQ7TGJy8bg6nB8=; b=cTfqU3tEc8XEjOy4vUcIjGhSaSOpojE/whPOK2MwchXYMJI4QTzSApLP7UMUcGVJeE X6GmkOOULD2PrkfhCp3QMiyFf6d/B+zcPnxwyPA1H3dQX+rwMfjTyx43Y7EcbPJiXiwO mopsPxIthfGRny0hKXLDuEzr0HmyJdALnYx/Hc8Su21v4FrcwZrfRzQ7DwTeSy0tUew9 uhOFmkX5sMGZ6zDORq5cPc/t+i2KaxHiOHn4HGXgHwksH0Ur6517WqRVdIp34cuQcc7I QLA6ibvYGEinKEl04Ko9KSOoMnyf+ZtiLLQ1vtp05qR5tDfvPoh3BD7kZFDPbSCm6M2c fPYg== X-Gm-Message-State: AOPr4FWNZwqOpwHic1qTe9ffsxGGxa3K/JQ5fwNdkD57sSoCD2aD/O9JqhkJ1AlFoT7kkQ== X-Received: by 10.98.26.151 with SMTP id a145mr213609pfa.46.1461027380077; Mon, 18 Apr 2016 17:56:20 -0700 (PDT) Received: from Vulcan.local (76-234-68-79.lightspeed.frokca.sbcglobal.net. [76.234.68.79]) by smtp.gmail.com with ESMTPSA id o7sm86313454pfa.37.2016.04.18.17.56.19 (version=TLS1 cipher=AES128-SHA bits=128/128); Mon, 18 Apr 2016 17:56:19 -0700 (PDT) From: John Wiegley X-Google-Original-From: "John Wiegley" Received: by Vulcan.local (Postfix, from userid 501) id 7C44414375A7C; Mon, 18 Apr 2016 17:56:18 -0700 (PDT) To: Richard Stallman Subject: Re: bug#22944: 24.4; Wishlist: Support for cmake in compilation-mode In-Reply-To: (Richard Stallman's message of "Mon, 18 Apr 2016 20:26:36 -0400") Date: Mon, 18 Apr 2016 17:56:17 -0700 Message-ID: References: <87si013rsh.fsf@jorrit.de> <87shzy75ia.fsf@wanadoo.es> <20160410153311.GA4361@paranoia> <87bn5h1io1.fsf@wanadoo.es> <20160411132745.GD4361@paranoia> <877fg32182.fsf@wanadoo.es> <87bn57w1m4.fsf@wanadoo.es> User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.0.92 (darwin) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 22944 Cc: =?utf-8?Q?=C3=93scar?= Fuentes , 22944@debbugs.gnu.org, jorrit@jorrit.de X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) >>>>> Richard Stallman writes: > I did not know this was waiting for me. What is the question people are > asking me about? Could someone explain the specific question to me? Whether the patch associated with this bug is beyond the limit for what's accepted without a copyright assignment form. -- John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80F http://newartisans.com 60E1 46C4 BD1A 7AC1 4BA2 From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 19 19:51:01 2016 Received: (at 22944) by debbugs.gnu.org; 19 Apr 2016 23:51:01 +0000 Received: from localhost ([127.0.0.1]:40781 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1asfQ4-0000DU-Qc for submit@debbugs.gnu.org; Tue, 19 Apr 2016 19:51:00 -0400 Received: from eggs.gnu.org ([208.118.235.92]:37311) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1asfQ3-0000DJ-JP for 22944@debbugs.gnu.org; Tue, 19 Apr 2016 19:50:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1asfPx-0002ns-NV for 22944@debbugs.gnu.org; Tue, 19 Apr 2016 19:50:54 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:57905) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1asfPn-0002kD-OH; Tue, 19 Apr 2016 19:50:43 -0400 Received: from rms by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1asfPn-0001TQ-2v; Tue, 19 Apr 2016 19:50:43 -0400 Content-Type: text/plain; charset=Utf-8 From: Richard Stallman To: John Wiegley In-reply-to: (message from John Wiegley on Mon, 18 Apr 2016 17:56:17 -0700) Subject: Re: bug#22944: 24.4; Wishlist: Support for cmake in compilation-mode References: <87si013rsh.fsf@jorrit.de> <87shzy75ia.fsf@wanadoo.es> <20160410153311.GA4361@paranoia> <87bn5h1io1.fsf@wanadoo.es> <20160411132745.GD4361@paranoia> <877fg32182.fsf@wanadoo.es> <87bn57w1m4.fsf@wanadoo.es> Message-Id: Date: Tue, 19 Apr 2016 19:50:43 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -6.0 (------) X-Debbugs-Envelope-To: 22944 Cc: ofv@wanadoo.es, 22944@debbugs.gnu.org, jorrit@jorrit.de X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: rms@gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) [[[ To any NSA and FBI agents reading my email: please consider ]]] [[[ whether defending the US Constitution against all enemies, ]]] [[[ foreign or domestic, requires you to follow Snowden's example. ]]] > > I did not know this was waiting for me. What is the question people are > > asking me about? Could someone explain the specific question to me? > Whether the patch associated with this bug is beyond the limit for what's > accepted without a copyright assignment form. Could you please show me the patch? -- Dr Richard Stallman President, Free Software Foundation (gnu.org, fsf.org) Internet Hall-of-Famer (internethalloffame.org) Skype: No way! See stallman.org/skype.html. From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 19 20:16:54 2016 Received: (at 22944) by debbugs.gnu.org; 20 Apr 2016 00:16:54 +0000 Received: from localhost ([127.0.0.1]:40790 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1asfp7-0000oo-Vq for submit@debbugs.gnu.org; Tue, 19 Apr 2016 20:16:54 -0400 Received: from smtp11.acens.net ([86.109.99.135]:42480 helo=smtp.movistar.es) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1asfp4-0000oX-DZ for 22944@debbugs.gnu.org; Tue, 19 Apr 2016 20:16:51 -0400 X-CTCH-RefID: str=0001.0A0B0203.5716CA6A.00E8, ss=1, re=0.000, recu=0.000, reip=0.000, cl=1, cld=1, fgs=0 X-CTCH-VOD: Unknown X-CTCH-Spam: Unknown Received: from qcore (88.22.75.120) by smtp.movistar.es (8.6.122.03) (authenticated as 981711563$telefonica.net) id 56BC428E04C67096; Wed, 20 Apr 2016 00:17:00 +0000 From: =?utf-8?Q?=C3=93scar_Fuentes?= To: Richard Stallman Subject: Re: bug#22944: 24.4; Wishlist: Support for cmake in compilation-mode References: <87si013rsh.fsf@jorrit.de> <87shzy75ia.fsf@wanadoo.es> <20160410153311.GA4361@paranoia> <87bn5h1io1.fsf@wanadoo.es> <20160411132745.GD4361@paranoia> <877fg32182.fsf@wanadoo.es> <87bn57w1m4.fsf@wanadoo.es> Date: Wed, 20 Apr 2016 02:16:41 +0200 In-Reply-To: (Richard Stallman's message of "Tue, 19 Apr 2016 19:50:43 -0400") Message-ID: <87twixuoba.fsf@wanadoo.es> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.92 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 22944 Cc: John Wiegley , 22944@debbugs.gnu.org, jorrit@jorrit.de X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) Richard Stallman writes: > [[[ To any NSA and FBI agents reading my email: please consider ]]] > [[[ whether defending the US Constitution against all enemies, ]]] > [[[ foreign or domestic, requires you to follow Snowden's example. ]]] > > > > I did not know this was waiting for me. What is the question people are > > > asking me about? Could someone explain the specific question to me? > > > Whether the patch associated with this bug is beyond the limit for what's > > accepted without a copyright assignment form. > > Could you please show me the patch? diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index 0b15a28..5bfd35e 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -161,6 +161,13 @@ compilation-error-regexp-alist-alist \\(?: characters? \\([0-9]+\\)-?\\([0-9]+\\)?:\\)?\\([ \n]Warning\\(?: [0-9]+\\)?:\\)?\\)" 2 (3 . 4) (5 . 6) (7)) + (cmake + "^CMake \\(?:Error\\|\\(Warning\\)\\) at \\(.*\\):\\([1-9][0-9]*\\) ([^)]+):$" + 2 3 nil (1)) + (cmake-info + "^ \\(?: \\*\\)?\\(.*\\):\\([1-9][0-9]*\\) ([^)]+)$"From f86584c59f3ca463e439c5a9972b294744492967 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6=20Fahlke?= Date: Thu, 24 Mar 2016 18:22:43 +0100 Subject: [PATCH] Add CMake support in compilation-mode (Bug#22944) * lisp/progmodes/compile.el (compilation-error-regexp-alist-alist): Add regexps for matching CMake output. * test/lisp/progmodes/compile-tests.el (compile-tests--test-regexps-data): Add CMake test cases. * etc/compilation.txt (CMake): Add CMake examples. --- etc/NEWS | 5 +++++ etc/compilation.txt | 26 ++++++++++++++++++++++++++ lisp/progmodes/compile.el | 7 +++++++ test/lisp/progmodes/compile-tests.el | 7 +++++++ 4 files changed, 45 insertions(+) diff --git a/etc/NEWS b/etc/NEWS index 6ec82f8..efdb1a9 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -118,6 +118,11 @@ in these situations. * Changes in Specialized Modes and Packages in Emacs 25.2 +** Compilation mode + +--- +*** Messages from CMake are now recognized. + ** eww +++ diff --git a/etc/compilation.txt b/etc/compilation.txt index d26af20..4a15312 100644 --- a/etc/compilation.txt +++ b/etc/compilation.txt @@ -84,6 +84,32 @@ Warning: this expression should have type unit. File "/tmp/foo.py", line 10 +* CMake + +symbols: cmake cmake-info + +CMake Error at CMakeLists.txt:19 (hurz): + Unknown CMake command "hurz". +CMake Warning at cmake/modules/UseUG.cmake:73 (find_package): + Could not find a package configuration file provided by "UG" (requested + version 3.11.0) with any of the following names: + + UGConfig.cmake + ug-config.cmake + + Add the installation prefix of "UG" to CMAKE_PREFIX_PATH or set "UG_DIR" to + a directory containing one of the above files. If "UG" provides a separate + development package or SDK, be sure it has been installed. +Call Stack (most recent call first): + cmake/modules/DuneGridMacros.cmake:19 (include) + /home/joe/Projekte/EXA-DUNE/patches/dune-common/cmake/modules/DuneMacros.cmake:556 (include) + /home/joe/Projekte/EXA-DUNE/patches/dune-common/cmake/modules/DuneMacros.cmake:694 (dune_process_dependency_macros) + CMakeLists.txt:22 (dune_project) + + +-- Could NOT find UG (missing: UG_DIR HAVE_UG) + + * Apollo cc, 4.3BSD fc & IBM RS6000/AIX xlc compiler & Microtec mcc68k & GNAT (July 94) + 1 2 nil 0) + (comma "^\"\\([^,\" \n\t]+\\)\", line \\([0-9]+\\)\ \\(?:[(. pos]+\\([0-9]+\\))?\\)?[:.,; (-]\\( warning:\\|[-0-9 ]*(W)\\)?" 1 2 3 (4)) diff --git a/test/lisp/progmodes/compile-tests.el b/test/lisp/progmodes/compile-tests.el index 6821a6b..8961576 100644 --- a/test/lisp/progmodes/compile-tests.el +++ b/test/lisp/progmodes/compile-tests.el @@ -79,6 +79,13 @@ compile-tests--test-regexps-data 1 nil 302 "\\lib\\python\\Products\\PythonScripts\\PythonScript.py") ("File \"/tmp/foo.py\", line 10" 1 nil 10 "/tmp/foo.py") + ;; cmake cmake-info + ("CMake Error at CMakeLists.txt:23 (hurz):" + 1 nil 23 "CMakeLists.txt") + ("CMake Warning at cmake/modules/UseUG.cmake:73 (find_package):" + 1 nil 73 "cmake/modules/UseUG.cmake") + (" cmake/modules/DuneGridMacros.cmake:19 (include)" + 1 nil 19 "cmake/modules/DuneGridMacros.cmake") ;; comma ("\"foo.f\", line 3: Error: syntax error near end of statement" 1 nil 3 "foo.f") From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 19 20:20:48 2016 Received: (at 22944) by debbugs.gnu.org; 20 Apr 2016 00:20:48 +0000 Received: from localhost ([127.0.0.1]:40794 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1asfsu-0000uw-J7 for submit@debbugs.gnu.org; Tue, 19 Apr 2016 20:20:48 -0400 Received: from mail-pa0-f48.google.com ([209.85.220.48]:35432) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1asfst-0000ui-Es for 22944@debbugs.gnu.org; Tue, 19 Apr 2016 20:20:47 -0400 Received: by mail-pa0-f48.google.com with SMTP id fs9so11642897pac.2 for <22944@debbugs.gnu.org>; Tue, 19 Apr 2016 17:20:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:in-reply-to:date:message-id:references :user-agent:mime-version; bh=35rvVjMjv7U4HUP+Igoe/2hZo/Toy8z0f0kauqe3ufA=; b=YYHIAj968WIQ+/lhXaASjk8CEqnYy1cy8pE6Bnygk/mkCLMpVbBDFbS13CtXXnaVut J9HALKWgf3AAbj6M8S9QylUfS2v4Io0rnyeDogJoQXOGq0LRHPYp/45KeaKGyDAsTwFm jXdobWSskSyjaFPGUiWgISOK3J/I42yauwp9EjJf637u5/Mdr4Rq9AD0fWBnl3iiXZnu s5jEmrACdhcgVwXl8Q72jrbr/5MnXE2MzgvBr97n35KcCgdUIDjahnW0oP6gQ3PwRMbi HOBaupMy/I1U1Q0id1T0hTk849dDSKbmuJ9KauxrveV7QATk/GFCyYW7z0qrja5HWQyx apyw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:in-reply-to:date:message-id :references:user-agent:mime-version; bh=35rvVjMjv7U4HUP+Igoe/2hZo/Toy8z0f0kauqe3ufA=; b=GDVJcDoigsyJw2kmR2/iN/4pV4Wp213LRgL3ZkoOSdAoZO3P9+9XLAbEjU9aOnZsz3 NsHjBhU5XPzXRaNMNMZ20awv04i8jatl0k7quhThRF1bcnhBYqT7485F9R8GcNgxvCAu YAMq/GjaMnTRHxqzwhVQfiOuvOxKlQlO2EMpAI0NvA+03sSCntgNIZMSLxqg2UJJ3x6o XqHy4A1oG5p787YF61vV6VXRdpI2rLGdkDNRDCXDIGCIdV1DZ8e9I3xPnyjtfWLWW10h sf4dkyRKoSb30AHs4MC5pzxWHwtQkjjhRBQtuNurkskR/RN2Yw8XEqs741YMobjEi/09 Ow9g== X-Gm-Message-State: AOPr4FUxcS+h7TdAL9+MsJBh4ZMG1lukDqZrvDec1ZNV9CIJPUUPksUmavW/RuZT2VATiw== X-Received: by 10.67.2.41 with SMTP id bl9mr8068654pad.39.1461111640383; Tue, 19 Apr 2016 17:20:40 -0700 (PDT) Received: from Vulcan.local (76-234-68-79.lightspeed.frokca.sbcglobal.net. [76.234.68.79]) by smtp.gmail.com with ESMTPSA id t8sm14832952paw.16.2016.04.19.17.20.39 (version=TLS1 cipher=AES128-SHA bits=128/128); Tue, 19 Apr 2016 17:20:39 -0700 (PDT) From: John Wiegley X-Google-Original-From: "John Wiegley" Received: by Vulcan.local (Postfix, from userid 501) id E40931443CF6C; Tue, 19 Apr 2016 17:20:38 -0700 (PDT) To: Richard Stallman Subject: Re: bug#22944: 24.4; Wishlist: Support for cmake in compilation-mode In-Reply-To: (Richard Stallman's message of "Tue, 19 Apr 2016 19:50:43 -0400") Date: Tue, 19 Apr 2016 17:20:37 -0700 Message-ID: References: <87si013rsh.fsf@jorrit.de> <87shzy75ia.fsf@wanadoo.es> <20160410153311.GA4361@paranoia> <87bn5h1io1.fsf@wanadoo.es> <20160411132745.GD4361@paranoia> <877fg32182.fsf@wanadoo.es> <87bn57w1m4.fsf@wanadoo.es> User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.0.92 (darwin) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 22944 Cc: ofv@wanadoo.es, 22944@debbugs.gnu.org, jorrit@jorrit.de X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) >>>>> Richard Stallman writes: > Could you please show me the patch? Please see: https://debbugs.gnu.org/cgi/bugreport.cgi?att=1;filename=0001-Add-CMake-support-in-compilation-mode-Bug-22944.patch;bug=22944;msg=11 -- John Wiegley GPG fingerprint = 4710 CF98 AF9B 327B B80F http://newartisans.com 60E1 46C4 BD1A 7AC1 4BA2 From debbugs-submit-bounces@debbugs.gnu.org Wed Apr 20 19:47:07 2016 Received: (at 22944) by debbugs.gnu.org; 20 Apr 2016 23:47:07 +0000 Received: from localhost ([127.0.0.1]:41730 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1at1pr-0002bi-7w for submit@debbugs.gnu.org; Wed, 20 Apr 2016 19:47:07 -0400 Received: from eggs.gnu.org ([208.118.235.92]:42156) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1at1pq-0002bD-24 for 22944@debbugs.gnu.org; Wed, 20 Apr 2016 19:47:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1at1pk-0006og-5n for 22944@debbugs.gnu.org; Wed, 20 Apr 2016 19:47:00 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:54350) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1at1pd-0006nT-Og; Wed, 20 Apr 2016 19:46:53 -0400 Received: from rms by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1at1pd-0004ks-11; Wed, 20 Apr 2016 19:46:53 -0400 From: Richard Stallman To: =?utf-8?Q?=C3=93scar?= Fuentes In-reply-to: <87twixuoba.fsf@wanadoo.es> (message from =?utf-8?Q?=C3=93sca?= =?utf-8?Q?r?= Fuentes on Wed, 20 Apr 2016 02:16:41 +0200) Subject: Re: bug#22944: 24.4; Wishlist: Support for cmake in compilation-mode References: <87si013rsh.fsf@jorrit.de> <87shzy75ia.fsf@wanadoo.es> <20160410153311.GA4361@paranoia> <87bn5h1io1.fsf@wanadoo.es> <20160411132745.GD4361@paranoia> <877fg32182.fsf@wanadoo.es> <87bn57w1m4.fsf@wanadoo.es> <87twixuoba.fsf@wanadoo.es> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-Id: Date: Wed, 20 Apr 2016 19:46:53 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -6.0 (------) X-Debbugs-Envelope-To: 22944 Cc: jwiegley@gmail.com, 22944@debbugs.gnu.org, jorrit@jorrit.de X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: rms@gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) [[[ To any NSA and FBI agents reading my email: please consider ]]] [[[ whether defending the US Constitution against all enemies, ]]] [[[ foreign or domestic, requires you to follow Snowden's example. ]]] Thanks for sending the actual patch. It is ok to install this. -- Dr Richard Stallman President, Free Software Foundation (gnu.org, fsf.org) Internet Hall-of-Famer (internethalloffame.org) Skype: No way! See stallman.org/skype.html. From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 22 21:22:08 2016 Received: (at 22944-done) by debbugs.gnu.org; 23 Apr 2016 01:22:08 +0000 Received: from localhost ([127.0.0.1]:43515 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1atmGu-0008Io-38 for submit@debbugs.gnu.org; Fri, 22 Apr 2016 21:22:08 -0400 Received: from relaycp02.dominioabsoluto.net ([217.116.26.74]:56134) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1atmGs-0008IJ-51 for 22944-done@debbugs.gnu.org; Fri, 22 Apr 2016 21:22:06 -0400 Received: from smtp.movistar.es (smtp21.acens.net [86.109.99.145]) by relaycp02.dominioabsoluto.net (Postfix) with ESMTP id AAFD6D2340; Sat, 23 Apr 2016 03:21:59 +0200 (CEST) X-CTCH-RefID: str=0001.0A0B0205.571ACE37.00A2, ss=1, re=0.000, recu=0.000, reip=0.000, cl=1, cld=1, fgs=0 X-CTCH-VOD: Unknown X-CTCH-Spam: Unknown Received: from qcore (88.22.75.120) by smtp.movistar.es (8.6.122.03) (authenticated as 981711563$telefonica.net) id 570E6C3800958769; Sat, 23 Apr 2016 01:21:59 +0000 From: =?utf-8?Q?=C3=93scar_Fuentes?= To: =?utf-8?Q?J=C3=B6?= Fahlke Subject: Re: bug#22944: 24.4; Wishlist: Support for cmake in compilation-mode References: <87si013rsh.fsf@jorrit.de> <87shzy75ia.fsf@wanadoo.es> <20160410153311.GA4361@paranoia> <87bn5h1io1.fsf@wanadoo.es> <20160411132745.GD4361@paranoia> Date: Sat, 23 Apr 2016 03:21:58 +0200 In-Reply-To: <20160411132745.GD4361@paranoia> (=?utf-8?Q?=22J=C3=B6?= Fahlke"'s message of "Mon, 11 Apr 2016 15:27:45 +0200") Message-ID: <8760v9m85l.fsf@wanadoo.es> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.92 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 22944-done Cc: 22944-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) Committed to master as 912e9159818f7356d45cc28b6666680b9857d7e7 Thanks J=C3=B6 for your patience and the elaborated patch. From unknown Sun Aug 17 09:09:39 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 21 May 2016 11:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator