From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: [amscott1@sedona.ch.intel.com: M-x goto-address isn't binding mouse-2 and C-c RET] Date: Fri, 23 Dec 2005 13:11:36 -0500 Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1135361601 27275 80.91.229.2 (23 Dec 2005 18:13:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 23 Dec 2005 18:13:21 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 23 19:13:20 2005 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EprPr-00063l-N9 for ged-emacs-devel@m.gmane.org; Fri, 23 Dec 2005 19:13:20 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EprQv-00070I-DX for ged-emacs-devel@m.gmane.org; Fri, 23 Dec 2005 13:14:25 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EprPV-0006PG-JK for emacs-devel@gnu.org; Fri, 23 Dec 2005 13:12:57 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EprPU-0006OS-3M for emacs-devel@gnu.org; Fri, 23 Dec 2005 13:12:56 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EprPT-0006ON-Ut for emacs-devel@gnu.org; Fri, 23 Dec 2005 13:12:55 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EprOo-0001wV-Lr for emacs-devel@gnu.org; Fri, 23 Dec 2005 13:12:14 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1EprOC-0004lW-Rc; Fri, 23 Dec 2005 13:11:36 -0500 Original-To: emacs-devel@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:48259 Archived-At: [I sent this message a week ago but did not get a response.] Would someone please work on this and ack? ------- Start of forwarded message ------- X-Envelope-From: amscott1@sedona.ch.intel.com Date: Fri, 16 Dec 2005 09:14:50 -0700 From: "Andrew M. Scott" To: emacs-pretest-bug@gnu.org Cc: amscott1@sedona.ch.intel.com Subject: M-x goto-address isn't binding mouse-2 and C-c RET Sender: emacs-pretest-bug-bounces+rms=gnu.org@gnu.org X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on monty-python X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 1. Functionality: M-x goto-address isn't binding mouse-2 and C-c RET per its docstring and *info* page 2. Docstrings: mouse-2 and C-c are really being bound to goto-address-at-point (and goto-address-at-mouse, which is an alias for goto-address-at-point), and *not* goto-address. One possible fix is to update the the goto-address docstring mention from "By default, goto-address binds to mouse-2 and C-c RET." to something along the lines of "By default, goto-address binds goto-address-at-point to mouse-2 and C-c RET." Example: % emacs -q & C-x C-f /emacs/lisp/vc-svn.el M-x goto-address C-h w goto-address goto-address is not on any key C-h w goto-address-at-point goto-address-at-point is not on any key In GNU Emacs 22.0.50.1 (x86_64-unknown-linux-gnu, X toolkit) of 2005-12-16 on chlr5836 X server distributor `The XFree86 Project, Inc', version 11.0.40201000 configured using `configure '--prefix=/stor/garray/linux_2.6.5_x86-64' '--x-includes=/usr/intel/pkgs/X11/R6.7.0-64/include' '--x-libraries=/usr/intel/pkgs/X11/R6.7.0-64/lib' 'CC=gcc' 'CFLAGS=-O2 -I/usr/intel/pkgs/X11/R6.7.0-64/include -L/usr/intel/pkgs/X11/R6.7.0-64/lib -I/usr/intel/pkgs/zlib/1.2.1-64/include -L/usr/intel/pkgs/zlib/1.2.1-64/lib -I/usr/intel/pkgs/ncurses/5.4/include -L/usr/intel/pkgs/ncurses/5.4/lib -I/usr/intel/pkgs/libungif/4.1.3/include -L/usr/intel/pkgs/libungif/4.1.3/lib -I/usr/intel/pkgs/libpng/1.0.16rc1-64/include -L/usr/intel/pkgs/libpng/1.0.16rc1-64/lib -I/usr/intel/pkgs/jpeg/6b-64/include -L/usr/intel/pkgs/jpeg/6b-64/lib' 'LDFLAGS=-L/usr/intel/pkgs/X11/R6.7.0-64/lib -L/usr/intel/pkgs/zlib/1.2.1-64/lib -L/usr/intel/pkgs/ncurses/5.4/lib -L/usr/intel/pkgs/libungif/4.1.3/lib -L/usr/intel/pkgs/libpng/1.0.16rc1-64/lib -L/usr/intel/pkgs/jpeg/6b-64/lib -Wl,-rpath=/usr/ intel/pkgs/X11/R6.7.0-64/lib:/usr/intel/pkgs/zlib/1.2.1-64/lib:/usr/intel/pkgs/ncurses/5.! 4/lib:/usr/intel/pkgs/libungif/4.1.3/lib:/usr/intel/pkgs/libpng/1.0.16rc1-64/lib:/usr/intel/pkgs/jpeg/6b-64/lib'' 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_US.UTF-8 locale-coding-system: utf-8 default-enable-multibyte-characters: t Major mode: Lisp Interaction Minor modes in effect: tooltip-mode: t auto-compression-mode: t tool-bar-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t unify-8859-on-encoding-mode: t utf-translate-cjk-mode: t line-number-mode: t _______________________________________________ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug ------- End of forwarded message -------