From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nicolas Bock Newsgroups: gmane.emacs.help Subject: semantic-symref-symbol returns "Wrong argument type" Date: Wed, 22 Jul 2015 13:34:07 -0600 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1437593707 2800 80.91.229.3 (22 Jul 2015 19:35:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 22 Jul 2015 19:35:07 +0000 (UTC) To: "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:35:07 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 1ZHznG-0008QB-Qf for geh-help-gnu-emacs@m.gmane.org; Wed, 22 Jul 2015 21:35:06 +0200 Original-Received: from localhost ([::1]:37954 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHznF-0002Pc-QF for geh-help-gnu-emacs@m.gmane.org; Wed, 22 Jul 2015 15:35:05 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60388) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHzn5-0002PG-IE for help-gnu-emacs@gnu.org; Wed, 22 Jul 2015 15:34:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZHzmy-0005bh-Oh for help-gnu-emacs@gnu.org; Wed, 22 Jul 2015 15:34:55 -0400 Original-Received: from mail-vn0-x236.google.com ([2607:f8b0:400c:c0f::236]:35586) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHzmy-0005Zt-JY for help-gnu-emacs@gnu.org; Wed, 22 Jul 2015 15:34:48 -0400 Original-Received: by vnaa140 with SMTP id a140so52183853vna.2 for ; Wed, 22 Jul 2015 12:34:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=D3SySYtSGrlxd1JjQsgajj57miERcgem8BYeBtJGV0M=; b=UOLoxYojJiX8REV3Pvl9s0hcwp4sVRJ7dT0A//ZCIJhJsSzNq/Qw8/t/UyvYlEjAwv eZFmME9N++OOa8kVGVY2sDzMJ3QJtlDPisP4uYzPJRbqdJwAXQ+3LHIqQ16vjzsWkQAD 7bKOlexLnDYn+/CMIH6tlb/FdUnsUK3I95RAFz4ZYEmkSB8GaD8BsZtsYLQ2UKweiAFw wEzn19l+WFDqmWAlkVlRfmgonS+3Pc3y29cA9X7W9pBvUl3uLt6/rTfgAFpEh756rbit 3twIkVdin56RYsuNjcv/OVbMRV/JK1dIRjF2dD2Y0RTMqDYNS0ZHS3SsLGjmIQBoLtK0 GTGQ== X-Received: by 10.52.179.73 with SMTP id de9mr5070348vdc.28.1437593687243; Wed, 22 Jul 2015 12:34:47 -0700 (PDT) Original-Received: by 10.31.61.198 with HTTP; Wed, 22 Jul 2015 12:34:07 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400c:c0f::236 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:105916 Archived-At: Hi, 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 The same sequence of steps works for a C source file. What does this error message tell me? Thanks already, nick