emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#29770: closed (25.1.50; Wrong interactive argument


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#29770: closed (25.1.50; Wrong interactive argument for semantic-ia-show-variants)
Date: Fri, 22 Dec 2017 09:35:02 +0000

Your message dated Fri, 22 Dec 2017 11:33:50 +0200
with message-id <address@hidden>
and subject line Re: bug#29770: 25.1.50; Wrong interactive argument for 
semantic-ia-show-variants
has caused the debbugs.gnu.org bug report #29770,
regarding 25.1.50; Wrong interactive argument for semantic-ia-show-variants
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
29770: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=29770
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 25.1.50; Wrong interactive argument for semantic-ia-show-variants Date: Tue, 19 Dec 2017 05:41:27 +0100 User-agent: Mozilla/5.0 (X11; Linux i686; rv:52.0) Gecko/20100101 Thunderbird/52.4.0
In File:
https://github.com/emacs-mirror/emacs/blob/master/lisp/cedet/semantic/ia.el

The argument for the interactive form of `semantic-ia-show-variants'
should be "d" (Value of point as number) and not "P" (Prefix arg in raw form).

Context starting at line 253

(defun semantic-ia-show-variants (point)
  "Display a list of all variants for the symbol under POINT."
  (interactive "P")

... )


Best regards,
Tobias Zawada




--- End Message ---
--- Begin Message --- Subject: Re: bug#29770: 25.1.50; Wrong interactive argument for semantic-ia-show-variants Date: Fri, 22 Dec 2017 11:33:50 +0200
> From: Tobias Zawada <address@hidden>
> Date: Tue, 19 Dec 2017 05:41:27 +0100
> 
> In File:
> https://github.com/emacs-mirror/emacs/blob/master/lisp/cedet/semantic/ia.el
> 
> The argument for the interactive form of `semantic-ia-show-variants'
> should be "d" (Value of point as number) and not "P" (Prefix arg in raw 
> form).

Thanks, fixed on the release branch.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]