From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 06 12:33:21 2010 Received: (at submit) by debbugs.gnu.org; 6 Aug 2010 16:33:21 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OhPrE-0006bg-LP for submit@debbugs.gnu.org; Fri, 06 Aug 2010 12:33:21 -0400 Received: from mail.gnu.org ([199.232.76.166] helo=mx10.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OhPoI-0006ZR-4O for submit@debbugs.gnu.org; Fri, 06 Aug 2010 12:30:19 -0400 Received: from lists.gnu.org ([199.232.76.165]:55224) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1OhPoq-0004NV-LE for submit@debbugs.gnu.org; Fri, 06 Aug 2010 12:30:52 -0400 Received: from [140.186.70.92] (port=42536 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OhPok-0006lg-Tj for bug-gnu-emacs@gnu.org; Fri, 06 Aug 2010 12:30:52 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_RP_MATCHES_RCVD autolearn=unavailable version=3.3.1 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OhOlz-0008CQ-5d for bug-gnu-emacs@gnu.org; Fri, 06 Aug 2010 11:23:53 -0400 Received: from air.cs.bath.ac.uk ([138.38.108.3]:58780) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OhOly-0008AZ-UY for bug-gnu-emacs@gnu.org; Fri, 06 Aug 2010 11:23:51 -0400 Received: from fire-dmz.cs.bath.ac.uk ([138.38.108.1] helo=xenakis.cs.bath.ac.uk) by air.cs.bath.ac.uk with esmtps (TLSv1:AES256-SHA:256) (Exim 4.71) (envelope-from ) id 1OhOlr-0000qK-0y; Fri, 06 Aug 2010 16:23:43 +0100 Received: from jpff by xenakis.cs.bath.ac.uk with local (Exim 4.71) (envelope-from ) id 1OhOlq-0004gn-Ok; Fri, 06 Aug 2010 16:23:42 +0100 Date: Fri, 6 Aug 2010 16:23:42 +0100 Message-ID: <6118-Fri06Aug2010162342+0100-jpff@cs.bath.ac.uk> X-Mailer: emacs 24.0.50.15 (via feedmail 11-beta-1 I) From: John ff To: bug-gnu-emacs@gnu.org Subject: 24.0.50; Inadvertant name capture X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Spam-Score: -6.0 (------) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Fri, 06 Aug 2010 12:33:18 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 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.0 (------) Compiling from bzr repository gcc -c -Demacs -DHAVE_CONFIG_H -I. -I/jpff/GNU_21/emacs/trunk/src -I/usr/include/alsa -MMD -MF deps/sysdep.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -g -O2 -fno-optimize-sibling-calls sysdep.c In file included from termhooks.h:310:0, from sysdep.c:107: /usr/include/gpm.h:120:17: error: expected ?:?, ?,?, ?;?, ?}? or ?__attribute__? before ?->? token make[1]: *** [sysdep.o] Error 1 make[1]: Leaving directory `/jpff/GNU_21/emacs/trunk/src' make: *** [src] Error 2 Looking at /usr/include/gpm.h it says about line 120 typedef struct Gpm_Event { unsigned char buttons, modifiers; /* try to be a multiple of 4 */ unsigned short vc; short dx, dy, x, y; enum Gpm_Etype type; int clicks; enum Gpm_Margin margin; short wdx, wdy; } Gpm_Event; Running -E on the compilation this becomes typedef struct Gpm_Event { unsigned char cur_term->type. Numbers[30], modifiers; unsigned short vc; short dx, dy, x, y; enum Gpm_Etype type; int clicks; enum Gpm_Margin margin; short wdx, wdy; } Gpm_Event; and the buttons field has change to something unsyntactic. Initial searching has not found where this comes from, but somehow "buttons" has become "cur_term->type. Numbers[30]". It was OK yesterday In GNU Emacs 24.0.50.15 (x86_64-unknown-linux-gnu) of 2010-08-05 on xenakis Windowing system distributor `The X.Org Foundation', version 11.0.10800000 configured using `configure 'CFLAGS=-g -O2 -fno-optimize-sibling-calls'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_GB.UTF-8 value of $XMODIFIERS: @im=local locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: Shell Minor modes in effect: shell-dirtrack-mode: t auto-image-file-mode: t show-paren-mode: t display-time-mode: t tooltip-mode: t mouse-wheel-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 line-number-mode: t transient-mark-mode: t Recent input: C-s i n s t r C-c C-x C-f C-x C-f ~ / G N U 2 e / t s r s y s d C-u 1 0 0 C-n C-x C-f y e r t e r h C-v C-v C-v C-v C-v C-v C-x C-f / u s r / i n c g p C-u 1 2 0 C-n M-x s h e l l C-a C-a E c d SPC C-e C-d C-e c d SPC s r c < C-s g p m C-s C-s C-s C-v C-v C-x 2 C-x C-f C-g C-x b C-s 2 C-x o C-x 2 M-x r e p o r t = b - b Recent messages: Making completion list... Note: file is write protected Auto-saving...done ~/GNU_21/emacs/trunk byte-code: End of buffer ~/GNU_21/emacs/trunk/src Mark set Mark saved where search started Quit Mark saved where search started Load-path shadows: /bigdisk/jpff/GNU_21/local-lisp/autotest-mode hides /usr/local/share/emacs/site-lisp/autotest-mode /bigdisk/jpff/GNU_21/local-lisp/autoconf-mode hides /usr/local/share/emacs/site-lisp/autoconf-mode /bigdisk/jpff/GNU_21/local-lisp/ruler-mode hides /bigdisk/jpff/GNU_21/emacs/trunk/lisp/ruler-mode /bigdisk/jpff/GNU_21/local-lisp/t-mouse hides /bigdisk/jpff/GNU_21/emacs/trunk/lisp/t-mouse /bigdisk/jpff/GNU_21/local-lisp/ses hides /bigdisk/jpff/GNU_21/emacs/trunk/lisp/ses /bigdisk/jpff/GNU_21/local-lisp/scroll-lock hides /bigdisk/jpff/GNU_21/emacs/trunk/lisp/scroll-lock /bigdisk/jpff/GNU_21/local-lisp/emerge hides /bigdisk/jpff/GNU_21/emacs/trunk/lisp/vc/emerge /bigdisk/jpff/GNU_21/local-lisp/url hides /bigdisk/jpff/GNU_21/emacs/trunk/lisp/url/url /bigdisk/jpff/GNU_21/local-lisp/url-file hides /bigdisk/jpff/GNU_21/emacs/trunk/lisp/url/url-file /bigdisk/jpff/GNU_21/local-lisp/url-news hides /bigdisk/jpff/GNU_21/emacs/trunk/lisp/url/url-news /bigdisk/jpff/GNU_21/local-lisp/url-cookie hides /bigdisk/jpff/GNU_21/emacs/trunk/lisp/url/url-cookie /bigdisk/jpff/GNU_21/local-lisp/url-gw hides /bigdisk/jpff/GNU_21/emacs/trunk/lisp/url/url-gw /bigdisk/jpff/GNU_21/local-lisp/url-http hides /bigdisk/jpff/GNU_21/emacs/trunk/lisp/url/url-http /bigdisk/jpff/GNU_21/local-lisp/url-nfs hides /bigdisk/jpff/GNU_21/emacs/trunk/lisp/url/url-nfs /bigdisk/jpff/GNU_21/local-lisp/url-cid hides /bigdisk/jpff/GNU_21/emacs/trunk/lisp/url/url-cid /bigdisk/jpff/GNU_21/local-lisp/url-auth hides /bigdisk/jpff/GNU_21/emacs/trunk/lisp/url/url-auth /bigdisk/jpff/GNU_21/local-lisp/url-parse hides /bigdisk/jpff/GNU_21/emacs/trunk/lisp/url/url-parse /bigdisk/jpff/GNU_21/local-lisp/url-vars hides /bigdisk/jpff/GNU_21/emacs/trunk/lisp/url/url-vars /bigdisk/jpff/GNU_21/local-lisp/url-ns hides /bigdisk/jpff/GNU_21/emacs/trunk/lisp/url/url-ns /bigdisk/jpff/GNU_21/local-lisp/url-irc hides /bigdisk/jpff/GNU_21/emacs/trunk/lisp/url/url-irc /bigdisk/jpff/GNU_21/local-lisp/url-cache hides /bigdisk/jpff/GNU_21/emacs/trunk/lisp/url/url-cache /bigdisk/jpff/GNU_21/local-lisp/url-ldap hides /bigdisk/jpff/GNU_21/emacs/trunk/lisp/url/url-ldap /bigdisk/jpff/GNU_21/local-lisp/url-misc hides /bigdisk/jpff/GNU_21/emacs/trunk/lisp/url/url-misc /bigdisk/jpff/GNU_21/local-lisp/socks hides /bigdisk/jpff/GNU_21/emacs/trunk/lisp/net/socks /bigdisk/jpff/GNU_21/local-lisp/feedmail hides /bigdisk/jpff/GNU_21/emacs/trunk/lisp/mail/feedmail /bigdisk/jpff/GNU_21/local-lisp/spam-stat hides /bigdisk/jpff/GNU_21/emacs/trunk/lisp/gnus/spam-stat /bigdisk/jpff/GNU_21/local-lisp/icalendar hides /bigdisk/jpff/GNU_21/emacs/trunk/lisp/calendar/icalendar Features: (shadow mailabbrev mailalias mailcrypt mail-extr mail-utils sendmail emacsbug ansi-color shell comint ring vc-bzr sha1 hex-util edmacro kmacro help-mode view debug multi-isearch parse-time vc-cvs imenu cc-mode cc-fonts cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs eldoc package delsel image-file cus-start cus-load logger crypt crypt++ crypt+pgp-pub paren uniquify advice help-fns advice-preload holidays hol-loaddefs regexp-opt cal-menu easymenu calendar cal-loaddefs time tooltip ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image fringe lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mldrag 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 loaddefs button minibuffer faces cus-face files text-properties overlay md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dynamic-setting x multi-tty emacs) ==John ffitch From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 08 18:06:22 2010 Received: (at 6813) by debbugs.gnu.org; 8 Aug 2010 22:06:22 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OiE0c-0006IS-H4 for submit@debbugs.gnu.org; Sun, 08 Aug 2010 18:06:22 -0400 Received: from pantheon-po44.its.yale.edu ([130.132.50.78]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OiE0b-0006IN-Go for 6813@debbugs.gnu.org; Sun, 08 Aug 2010 18:06:21 -0400 Received: from furry (173-9-75-145-NewEngland.hfc.comcastbusiness.net [173.9.75.145]) (authenticated bits=0) by pantheon-po44.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id o78M6r2f002166 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 8 Aug 2010 18:06:53 -0400 Received: by furry (Postfix, from userid 1000) id 6A5F6C013; Sun, 8 Aug 2010 18:06:53 -0400 (EDT) From: Chong Yidong To: John ff Subject: Re: bug#6813: 24.0.50; Inadvertant name capture References: <6118-Fri06Aug2010162342+0100-jpff@cs.bath.ac.uk> Date: Sun, 08 Aug 2010 18:06:53 -0400 In-Reply-To: <6118-Fri06Aug2010162342+0100-jpff@cs.bath.ac.uk> (John ff's message of "Fri, 6 Aug 2010 16:23:42 +0100") Message-ID: <874of47o8y.fsf@stupidchicken.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-Spam-Score: -2.8 (--) X-Debbugs-Envelope-To: 6813 Cc: 6813@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 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: -2.8 (--) John ff writes: > Compiling from bzr repository > gcc -c -Demacs -DHAVE_CONFIG_H -I. -I/jpff/GNU_21/emacs/trunk/src -I/usr/include/alsa -MMD -MF deps/sysdep.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -g -O2 -fno-optimize-sibling-calls sysdep.c > In file included from termhooks.h:310:0, > from sysdep.c:107: > /usr/include/gpm.h:120:17: error: expected ?:?, ?,?, ?;?, ?}? or ?__attribute__? before ?->? token > make[1]: *** [sysdep.o] Error 1 > make[1]: Leaving directory `/jpff/GNU_21/emacs/trunk/src' > make: *** [src] Error 2 Hmm, I can't reproduce this with the latest bzr trunk, with libgpm 1.20.4 and gcc 4.4.3. Do you still see it happening with the latest repository? Maybe you updated at a bad time. From debbugs-submit-bounces@debbugs.gnu.org Mon Aug 09 02:26:31 2010 Received: (at 6813) by debbugs.gnu.org; 9 Aug 2010 06:26:31 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OiLoc-000362-R5 for submit@debbugs.gnu.org; Mon, 09 Aug 2010 02:26:31 -0400 Received: from smtprelay-b11.telenor.se ([62.127.194.20]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OiLoa-00035x-MY for 6813@debbugs.gnu.org; Mon, 09 Aug 2010 02:26:29 -0400 Received: from ipb1.telenor.se (ipb1.telenor.se [195.54.127.164]) by smtprelay-b11.telenor.se (Postfix) with ESMTP id B2EDFEB26B for <6813@debbugs.gnu.org>; Mon, 9 Aug 2010 08:27:08 +0200 (CEST) X-SENDER-IP: [85.225.45.35] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ahk3AFY8X0xV4S0jPGdsb2JhbACHZ5hcDAEBAQE1LcIhhToE X-IronPort-AV: E=Sophos;i="4.55,340,1278280800"; d="scan'208";a="117030178" Received: from c-232de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.35]) by ipb1.telenor.se with ESMTP; 09 Aug 2010 08:27:08 +0200 Received: from [172.20.199.14] (zeplinf [172.20.199.14]) by coolsville.localdomain (Postfix) with ESMTPSA id F3FBA7FA05A; Mon, 9 Aug 2010 08:27:07 +0200 (CEST) Message-ID: <4C5F9FBB.2060909@swipnet.se> Date: Mon, 09 Aug 2010 08:27:07 +0200 From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; sv-SE; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2 MIME-Version: 1.0 To: Chong Yidong Subject: Re: bug#6813: 24.0.50; Inadvertant name capture References: <6118-Fri06Aug2010162342+0100-jpff@cs.bath.ac.uk> <874of47o8y.fsf@stupidchicken.com> In-Reply-To: <874of47o8y.fsf@stupidchicken.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -2.8 (--) X-Debbugs-Envelope-To: 6813 Cc: 6813@debbugs.gnu.org, John ff X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 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: -2.8 (--) Chong Yidong skrev 2010-08-09 00.06: > John ff writes: > >> Compiling from bzr repository >> gcc -c -Demacs -DHAVE_CONFIG_H -I. -I/jpff/GNU_21/emacs/trunk/src -I/usr/include/alsa -MMD -MF deps/sysdep.d -Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement -Wno-pointer-sign -g -O2 -fno-optimize-sibling-calls sysdep.c >> In file included from termhooks.h:310:0, >> from sysdep.c:107: >> /usr/include/gpm.h:120:17: error: expected ?:?, ?,?, ?;?, ?}? or ?__attribute__? before ?->? token >> make[1]: *** [sysdep.o] Error 1 >> make[1]: Leaving directory `/jpff/GNU_21/emacs/trunk/src' >> make: *** [src] Error 2 > > Hmm, I can't reproduce this with the latest bzr trunk, with libgpm > 1.20.4 and gcc 4.4.3. Do you still see it happening with the latest > repository? Maybe you updated at a bad time. > You may be on a distribution that has sanitized its ncurses.h. Anyway, the issue is fixed for now. Jan D. From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 12 18:36:43 2010 Received: (at control) by debbugs.gnu.org; 12 Aug 2010 22:36:43 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OjgO8-0002Ag-G2 for submit@debbugs.gnu.org; Thu, 12 Aug 2010 18:36:43 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OjgO6-0002Ab-D1 for control@debbugs.gnu.org; Thu, 12 Aug 2010 18:36:38 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1OjgOt-0001Ev-KI; Thu, 12 Aug 2010 18:37:27 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19556.30631.473829.201011@fencepost.gnu.org> Date: Thu, 12 Aug 2010 18:37:27 -0400 From: Glenn Morris To: control Subject: control X-Attribution: GM X-Mailer: VM (www.wonderworks.com/vm), GNU Emacs (www.gnu.org/software/emacs) X-Hue: magenta X-Ran: @D7rVTF*)Z$5jv(;Yk&7!pd!;3vUZ!++zSU]W{I*V%c1&"Ms#I3.U''cL,BOMW\Cr8rpOG X-Debbugs-No-Ack: yes X-Spam-Score: -5.1 (-----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 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: -5.1 (-----) merge 6778 6783 merge 6680 6752 6801 close 6813 merge 6818 6840 From unknown Mon Jun 23 00:36:17 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 10 Sep 2010 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