From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Marshall, Simon" Newsgroups: gmane.emacs.bugs Subject: [21.2]: Edit/Go To/Find Next Tag => wrong-type-argument Date: Tue, 23 Apr 2002 14:02:07 +0100 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: main.gmane.org 1019567176 371 127.0.0.1 (23 Apr 2002 13:06:16 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 23 Apr 2002 13:06:16 +0000 (UTC) Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16zzzs-00005r-00 for ; Tue, 23 Apr 2002 15:06:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16zzzr-0000ff-00; Tue, 23 Apr 2002 09:06:15 -0400 Original-Received: from mail17.messagelabs.com ([62.231.131.67]) by fencepost.gnu.org with smtp (Exim 3.34 #1 (Debian)) id 16zzwn-0000Cm-00 for ; Tue, 23 Apr 2002 09:03:05 -0400 X-VirusChecked: Checked Original-Received: (qmail 17011 invoked from network); 23 Apr 2002 13:02:10 -0000 Original-Received: from gull.midas-kapiti.com (HELO pigeon.misys.com) (193.115.208.67) by server-9.tower-17.messagelabs.com with SMTP; 23 Apr 2002 13:02:10 -0000 Original-Received: FROM gull.misys.com BY pigeon.misys.com ; Tue Apr 23 14:02:09 2002 +0100 Original-Received: by GULL with Internet Mail Service (5.5.2653.19) id ; Tue, 23 Apr 2002 14:02:10 +0100 Original-To: 'Emacs Bug' X-Mailer: Internet Mail Service (5.5.2653.19) Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:888 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:888 In GNU Emacs 21.2.1 (sparc-sun-solaris2.6, GNU/LessTif Version 2.1 Release 0.93.3) of 2002-03-21 on ashanti configured using `configure --prefix=/rvcarma/marshals/slash/usr/local --x-includes=/usr/openwin/include:/rvcarma/marshals/slash/usr/local/incl ude:/rvcarma/marshals/slash/usr/local/include/X11 --x-libraries=/usr/openwin/lib:/rvcarma/marshals/slash/usr/local/lib:/rv carma/marshals/slash/usr/local/lib/X11 --with-x-toolkit=motif' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: en_UK value of $LC_CTYPE: en_UK value of $LC_MESSAGES: C value of $LC_MONETARY: en_UK value of $LC_NUMERIC: en_UK value of $LC_TIME: en_UK value of $LANG: en_UK locale-coding-system: iso-latin-1 default-enable-multibyte-characters: t emacs -q M-. open RET .../some/tags/file RET takes you to the first tag matching "open" (chose another tag if not) Edit/Go To/Find Next Tag then gives: Debugger entered--Lisp error: (wrong-type-argument commandp (function (lambda nil (find-tag nil t)))) call-interactively((function (lambda nil (find-tag nil t))))