From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.help Subject: Re: semantic-symref-symbol returns "Wrong argument type" Date: Wed, 22 Jul 2015 22:49:33 +0300 Message-ID: <55AFF3CD.5000607@yandex.ru> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1437594601 16978 80.91.229.3 (22 Jul 2015 19:50:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 22 Jul 2015 19:50:01 +0000 (UTC) To: Nicolas Bock , "help-gnu-emacs@gnu.org" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jul 22 21:49:54 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZI01Y-0007QH-FJ for geh-help-gnu-emacs@m.gmane.org; Wed, 22 Jul 2015 21:49:52 +0200 Original-Received: from localhost ([::1]:37977 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZI01X-0004qG-MT for geh-help-gnu-emacs@m.gmane.org; Wed, 22 Jul 2015 15:49:51 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36435) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZI01N-0004py-9S for help-gnu-emacs@gnu.org; Wed, 22 Jul 2015 15:49:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZI01K-0006LL-30 for help-gnu-emacs@gnu.org; Wed, 22 Jul 2015 15:49:41 -0400 Original-Received: from mail-wi0-x234.google.com ([2a00:1450:400c:c05::234]:34762) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZI01J-0006KI-RF for help-gnu-emacs@gnu.org; Wed, 22 Jul 2015 15:49:38 -0400 Original-Received: by wibud3 with SMTP id ud3so168109752wib.1 for ; Wed, 22 Jul 2015 12:49:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:subject:to:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-type:content-transfer-encoding; bh=l0s9pDZo0susWedDkCoSt7l0DLOjgYEU2dgMkBTEW7s=; b=lq/6GSq3xrbzABAY8SykQ3c3YogVxqFFgbfV6Z4XefgskE3bvZFHsnA9Kr2wc5tyNJ g+IQZsVGid6Lgmo/sgR4c9urBTrS16UG/g91nUgNWihlhxU8GbSwyX6VEWCYp1twx7Mv Pfv5KLl+gXAi4ZbLm8eMW20RYxqLTrWC3syQByCVfX5K1gZbglpNDUs7E7l/dacmrmqJ xvq0SGkU+v9TAFUKnuyk5jueOEIc7Pkh0HS4FX2ACLxkDWwHcvI2bGAifxKnJjFMoXwj 97gYYBClfZAMLOUSgLt9w8SJ7LDzKICNuY/KAzpAdwAm0GwR35A0Mh4ft2MmjpsV1+hy z5/Q== X-Received: by 10.180.187.167 with SMTP id ft7mr43748925wic.26.1437594576411; Wed, 22 Jul 2015 12:49:36 -0700 (PDT) Original-Received: from [192.168.1.2] ([185.105.175.24]) by smtp.googlemail.com with ESMTPSA id v20sm3883567wjw.17.2015.07.22.12.49.34 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 22 Jul 2015 12:49:35 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.0 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::234 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:105917 Archived-At: On 07/22/2015 10:34 PM, Nicolas Bock wrote: > I enabled semtantic-mode and opened a Fortran source file. When I run > semantic-symref-symbol I get the following in the status line: > > Wrong type argument: syntax-table-p, nil It seems Semantic doesn't support Fortran. As such, it can't determine the "current symbol", and the search for symbols won't work. > The same sequence of steps works for a C source file. What does this > error message tell me? Make it wanted you to M-x toggle-debug-on-error, and fix the error all by yourself. Filing a bug is also an adequate reaction.