From unknown Sat Aug 09 04:58:22 2025 X-Loop: help-debbugs@gnu.org Subject: bug#17525: misleading comment in mouse.el Resent-From: Daniel Boerner Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 18 May 2014 21:58:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 17525 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 17525@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.140045026021291 (code B ref -1); Sun, 18 May 2014 21:58:01 +0000 Received: (at submit) by debbugs.gnu.org; 18 May 2014 21:57:40 +0000 Received: from localhost ([127.0.0.1]:52435 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Wm95P-0005XK-Hu for submit@debbugs.gnu.org; Sun, 18 May 2014 17:57:39 -0400 Received: from eggs.gnu.org ([208.118.235.92]:33896) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Wm5W5-0008Cd-OG for submit@debbugs.gnu.org; Sun, 18 May 2014 14:08:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wm5Vz-0005kI-If for submit@debbugs.gnu.org; Sun, 18 May 2014 14:08:52 -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.6 required=5.0 tests=BAYES_00, FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:45752) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wm5Vz-0005kD-6m for submit@debbugs.gnu.org; Sun, 18 May 2014 14:08:51 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35612) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wm5Vy-0003o2-DK for bug-gnu-emacs@gnu.org; Sun, 18 May 2014 14:08:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wm5Vu-0005je-Lx for bug-gnu-emacs@gnu.org; Sun, 18 May 2014 14:08:50 -0400 Received: from mail-yh0-x233.google.com ([2607:f8b0:4002:c01::233]:47261) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wm5Vu-0005jQ-HV for bug-gnu-emacs@gnu.org; Sun, 18 May 2014 14:08:46 -0400 Received: by mail-yh0-f51.google.com with SMTP id f73so6051123yha.10 for ; Sun, 18 May 2014 11:08:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=Hlbs0uLS1KmOOv7OpRFjaucqNeWAVy3ImCNpjj5tLu4=; b=MO60SPwUttLBgX8S16evX5XwBWsOSz60wTCQM5YavTONVzsMhvVPfZGoUIdjistIOF wt4GoIqf1DlI1889Vr4nKw3IoQ2PfFDLixtNFH3gQUc2+QlEN+sYuGaeDVxCt4aBkYqZ EfcEAQypRoLwDvi3Y/IFC561dBNy8MWfQQvTQaRUh1uo3woWCN9Y/WE36A9pjdbfYIGD ciBuL2/eCUY9A0BVNjQCFS8FcS4Y32xA83kJ4Xa4mnkarJvulWKpCO+rCEh3dFKdli2O HfOzV7cyKaZeOO4Z146pOdaRlM5pAD65Rz+kBniqMwOrKG92GECkFoW6FsFXb1ERUaxw osHA== MIME-Version: 1.0 X-Received: by 10.236.180.169 with SMTP id j29mr45011677yhm.47.1400436525604; Sun, 18 May 2014 11:08:45 -0700 (PDT) Received: by 10.170.137.10 with HTTP; Sun, 18 May 2014 11:08:45 -0700 (PDT) Date: Sun, 18 May 2014 20:08:45 +0200 Message-ID: From: Daniel Boerner Content-Type: multipart/alternative; boundary=20cf305b0860a3a1c504f9b0894f X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -3.8 (---) X-Mailman-Approved-At: Sun, 18 May 2014 17:57:36 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -3.8 (---) --20cf305b0860a3a1c504f9b0894f Content-Type: text/plain; charset=UTF-8 I just want to point out that the first line of mouse.el which says "... window system-independent..." is a little bit misleading contrasted with the line 30 of the same file, which says "...rather X-dependent." Cheers, Daniel --20cf305b0860a3a1c504f9b0894f Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

I just want to point ou= t that the first line of mouse.el which says
"... window syst= em-independent..." is a little bit misleading contrasted with the line= 30 of the same file, which says
"...rather X-dependent."

Cheers,
Dani= el

--20cf305b0860a3a1c504f9b0894f-- From unknown Sat Aug 09 04:58:22 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.503 (Entity 5.503) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Daniel Boerner Subject: bug#17525: closed (Re: bug#17525: misleading comment in mouse.el) Message-ID: References: X-Gnu-PR-Message: they-closed 17525 X-Gnu-PR-Package: emacs Reply-To: 17525@debbugs.gnu.org Date: Sun, 18 May 2014 22:55:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1400453703-27342-1" This is a multi-part message in MIME format... ------------=_1400453703-27342-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #17525: misleading comment in mouse.el which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 17525@debbugs.gnu.org. --=20 17525: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D17525 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1400453703-27342-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 17525-done) by debbugs.gnu.org; 18 May 2014 22:54:13 +0000 Received: from localhost ([127.0.0.1]:52479 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Wm9y8-00075q-3U for submit@debbugs.gnu.org; Sun, 18 May 2014 18:54:13 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:37611 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Wm9y5-00075f-10 for 17525-done@debbugs.gnu.org; Sun, 18 May 2014 18:54:09 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Wm9y3-0004lm-Bh; Sun, 18 May 2014 18:54:07 -0400 From: Glenn Morris To: 17525-done@debbugs.gnu.org Subject: Re: bug#17525: misleading comment in mouse.el References: X-Spook: John Kerry Abu Ghraib sniper ANDVT espionage Geraldton X-Ran: HXRYw-}IM%N'H+Dv8b++k}n+BAyNnJ%!p(!~JWFVqY?0aCz$(h>sf#.tPkW}U~e>.so54c X-Hue: green X-Debbugs-No-Ack: yes X-Attribution: GM Date: Sun, 18 May 2014 18:54:07 -0400 In-Reply-To: (Daniel Boerner's message of "Sun, 18 May 2014 20:08:45 +0200") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -5.7 (-----) X-Debbugs-Envelope-To: 17525-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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.7 (-----) Version: 24.3.92 Ha, yes. Fixed, thanks. ------------=_1400453703-27342-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 18 May 2014 21:57:40 +0000 Received: from localhost ([127.0.0.1]:52435 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Wm95P-0005XK-Hu for submit@debbugs.gnu.org; Sun, 18 May 2014 17:57:39 -0400 Received: from eggs.gnu.org ([208.118.235.92]:33896) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Wm5W5-0008Cd-OG for submit@debbugs.gnu.org; Sun, 18 May 2014 14:08:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wm5Vz-0005kI-If for submit@debbugs.gnu.org; Sun, 18 May 2014 14:08:52 -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.6 required=5.0 tests=BAYES_00, FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:45752) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wm5Vz-0005kD-6m for submit@debbugs.gnu.org; Sun, 18 May 2014 14:08:51 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35612) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wm5Vy-0003o2-DK for bug-gnu-emacs@gnu.org; Sun, 18 May 2014 14:08:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wm5Vu-0005je-Lx for bug-gnu-emacs@gnu.org; Sun, 18 May 2014 14:08:50 -0400 Received: from mail-yh0-x233.google.com ([2607:f8b0:4002:c01::233]:47261) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wm5Vu-0005jQ-HV for bug-gnu-emacs@gnu.org; Sun, 18 May 2014 14:08:46 -0400 Received: by mail-yh0-f51.google.com with SMTP id f73so6051123yha.10 for ; Sun, 18 May 2014 11:08:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=Hlbs0uLS1KmOOv7OpRFjaucqNeWAVy3ImCNpjj5tLu4=; b=MO60SPwUttLBgX8S16evX5XwBWsOSz60wTCQM5YavTONVzsMhvVPfZGoUIdjistIOF wt4GoIqf1DlI1889Vr4nKw3IoQ2PfFDLixtNFH3gQUc2+QlEN+sYuGaeDVxCt4aBkYqZ EfcEAQypRoLwDvi3Y/IFC561dBNy8MWfQQvTQaRUh1uo3woWCN9Y/WE36A9pjdbfYIGD ciBuL2/eCUY9A0BVNjQCFS8FcS4Y32xA83kJ4Xa4mnkarJvulWKpCO+rCEh3dFKdli2O HfOzV7cyKaZeOO4Z146pOdaRlM5pAD65Rz+kBniqMwOrKG92GECkFoW6FsFXb1ERUaxw osHA== MIME-Version: 1.0 X-Received: by 10.236.180.169 with SMTP id j29mr45011677yhm.47.1400436525604; Sun, 18 May 2014 11:08:45 -0700 (PDT) Received: by 10.170.137.10 with HTTP; Sun, 18 May 2014 11:08:45 -0700 (PDT) Date: Sun, 18 May 2014 20:08:45 +0200 Message-ID: Subject: misleading comment in mouse.el From: Daniel Boerner To: bug-gnu-emacs@gnu.org Content-Type: multipart/alternative; boundary=20cf305b0860a3a1c504f9b0894f X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -3.8 (---) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Sun, 18 May 2014 17:57:36 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -3.8 (---) --20cf305b0860a3a1c504f9b0894f Content-Type: text/plain; charset=UTF-8 I just want to point out that the first line of mouse.el which says "... window system-independent..." is a little bit misleading contrasted with the line 30 of the same file, which says "...rather X-dependent." Cheers, Daniel --20cf305b0860a3a1c504f9b0894f Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

I just want to point ou= t that the first line of mouse.el which says
"... window syst= em-independent..." is a little bit misleading contrasted with the line= 30 of the same file, which says
"...rather X-dependent."

Cheers,
Dani= el

--20cf305b0860a3a1c504f9b0894f-- ------------=_1400453703-27342-1--