From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "lode leroy" Newsgroups: gmane.emacs.help Subject: adding something to "C++/l Mode" context menu Date: Wed, 24 Oct 2007 17:53:48 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1193246206 25046 80.91.229.12 (24 Oct 2007 17:16:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 24 Oct 2007 17:16: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 Wed Oct 24 19:16:48 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IkjqT-0008Ex-Js for geh-help-gnu-emacs@m.gmane.org; Wed, 24 Oct 2007 19:16:41 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IkjqL-0004DE-97 for geh-help-gnu-emacs@m.gmane.org; Wed, 24 Oct 2007 13:16:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IkiYN-0004gw-7F for help-gnu-emacs@gnu.org; Wed, 24 Oct 2007 11:53:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IkiYL-0004e6-JN for help-gnu-emacs@gnu.org; Wed, 24 Oct 2007 11:53:54 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IkiYL-0004dv-GQ for help-gnu-emacs@gnu.org; Wed, 24 Oct 2007 11:53:53 -0400 Original-Received: from rv-out-0910.google.com ([209.85.198.184]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IkiYK-0005Nh-9H for help-gnu-emacs@gnu.org; Wed, 24 Oct 2007 11:53:52 -0400 Original-Received: by rv-out-0910.google.com with SMTP id c27so190667rvf for ; Wed, 24 Oct 2007 08:53:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=4a5W/mvch+6q1+F4KuiW/NWmf10GPkhFlivDeFPKBlo=; b=TY8ye+ajtUzxHfUjdok62ah1k+EI0oy6Ov1p9jDkyoBqxlxw5921EPe8/nOxhsjjxnMMFCAxh6nxxn5EIbt9Kawx4LqpB0f+tqCxBKF8DCSI9GZe+9EC+ldjqA3zRgyByFBi//9h0lXD7pITR9Q9fpMxSvE17qWbPerYZFNk41k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=q99dyg/JweFctVNfGQUKdI1myVQHLpHswyJxG3EC5eCwUpVGdFHs9tL9iLv5Db2NXG5xGr7Kzi1uz+HSB8RFXvMrF3NdMw8iVzRINX7RITCGc8iUlUXoRKxXZs2wnwZ0THZiEzynzlW7MYKcaSKBxmKYHPToi+uV1HFAtx7m0ZI= Original-Received: by 10.140.132.8 with SMTP id f8mr351470rvd.1193241228162; Wed, 24 Oct 2007 08:53:48 -0700 (PDT) Original-Received: by 10.141.82.5 with HTTP; Wed, 24 Oct 2007 08:53:48 -0700 (PDT) Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-Mailman-Approved-At: Wed, 24 Oct 2007 13:16:12 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:48769 Archived-At: When in a C++ buffer, gives a context menu, with the name "C++/l Mode" how would I add something to that menu, in particular, call "ebrowse-find-member-definition" at point? -- lode