From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Minor bug in verilog-mode.el Date: Sat, 21 Apr 2012 19:39:00 +0200 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1335029992 14547 80.91.229.3 (21 Apr 2012 17:39:52 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 21 Apr 2012 17:39:52 +0000 (UTC) Cc: emacs-devel@gnu.org To: Andy Moreton Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 21 19:39:50 2012 Return-path: Envelope-to: ged-emacs-devel@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 1SLeHk-0001H1-Fl for ged-emacs-devel@m.gmane.org; Sat, 21 Apr 2012 19:39:48 +0200 Original-Received: from localhost ([::1]:40231 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SLeHj-0005Mg-Mo for ged-emacs-devel@m.gmane.org; Sat, 21 Apr 2012 13:39:47 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:51006) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SLeHg-0005M2-Kt for emacs-devel@gnu.org; Sat, 21 Apr 2012 13:39:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SLeHe-0002zH-Vo for emacs-devel@gnu.org; Sat, 21 Apr 2012 13:39:44 -0400 Original-Received: from mail-pz0-f52.google.com ([209.85.210.52]:64014) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SLeHe-0002x1-Mn for emacs-devel@gnu.org; Sat, 21 Apr 2012 13:39:42 -0400 Original-Received: by dake40 with SMTP id e40so13128511dak.39 for ; Sat, 21 Apr 2012 10:39:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=z+blE/yP6txgC01Id7veU7wwq8DOSQoqno6qkE2XWCo=; b=odKtps4nUVGzHC5/yr17TNAHxIuNFgm+dhzjJeMJd1wjSIYlRN6tOWI66vJjMzr5Jt PPTh/9AXJ2pEhkqsZ8wEObicw60G+qB2ASNPLApsXG/8IvwTB1YGPARolywmqpRsXDoR rCPx6K072lyzZgisDlonfwNxEvjBkgA3YWTE2vcYZ9++DVcHs47F/QCq6NNw2FcyoLa9 rWus7U1cbK9/4ICTH3Y6akP507SciylYJ0uQOnUhaqb5qJM9hI7xvnW2KvvODnJVr7Lf i1saoguq1tFOTVf+ocu+C0mCTRXx7yLT91vZKEkYPvy9REYIYZqsRML9Ze5P01DKeQKZ sadQ== Original-Received: by 10.68.135.40 with SMTP id pp8mr11418927pbb.13.1335029980759; Sat, 21 Apr 2012 10:39:40 -0700 (PDT) Original-Received: by 10.143.83.9 with HTTP; Sat, 21 Apr 2012 10:39:00 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.210.52 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:149921 Archived-At: On Sat, Apr 21, 2012 at 19:33, Andy Moreton wrot= e: > While diagnosing this issue, I found another. which-func-current is used > to print the function name in the mode line. This fails when using > which-function-mode on a perl script, as % chars in symbol names are not > escaped for printing in the mode line. Could you show an example? % is not a common character in Perl function nam= es. =C2=A0 =C2=A0 Juanma