From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Tu, Do" Newsgroups: gmane.emacs.help Subject: Introduce Semantic Stickyfunc Enhance package Date: Fri, 13 Mar 2015 08:38:01 -0700 (PDT) Message-ID: <43063851-b6cc-4c4d-acd2-d1931a176c68@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1426261246 2517 80.91.229.3 (13 Mar 2015 15:40:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 13 Mar 2015 15:40:46 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Mar 13 16:40:34 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 1YWRhF-0007LU-EL for geh-help-gnu-emacs@m.gmane.org; Fri, 13 Mar 2015 16:40:21 +0100 Original-Received: from localhost ([::1]:37405 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YWRhE-0001Nb-DS for geh-help-gnu-emacs@m.gmane.org; Fri, 13 Mar 2015 11:40:20 -0400 X-Received: by 10.66.237.140 with SMTP id vc12mr50212347pac.44.1426261081948; Fri, 13 Mar 2015 08:38:01 -0700 (PDT) X-Received: by 10.50.111.71 with SMTP id ig7mr606875igb.1.1426261081863; Fri, 13 Mar 2015 08:38:01 -0700 (PDT) Original-Path: usenet.stanford.edu!hl2no7972917igb.0!news-out.google.com!db6ni50310igc.0!nntp.google.com!hl2no7972897igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=14.161.13.65; posting-account=c2AWuQoAAACA36o69JJJEmXY5MOg4YNp Original-NNTP-Posting-Host: 14.161.13.65 User-Agent: G2/1.0 Injection-Date: Fri, 13 Mar 2015 15:38:01 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:210867 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:103146 Archived-At: I wrote a package to improve stock semantic-stickyfunc-mode that displays function interface/class/namespace... anything is a scope in general in the header line. However, it has some limitations: - Cannot display function parameters scattered on multiple lines. - Does not include assigned values to Python parameters. This package aims to solve that problem. Homepage for demo screenshots and getting the package: https://github.com/tuhdo/semantic-stickyfunc-enhance