From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Feverati Newsgroups: gmane.emacs.help Subject: menu entry Date: Fri, 23 Mar 2012 10:07:20 +0100 Message-ID: <4F6C3D48.2080909@lapp.in2p3.fr> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1332519073 12883 80.91.229.3 (23 Mar 2012 16:11:13 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 23 Mar 2012 16:11:13 +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 23 17:11:12 2012 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 1SB756-0006u2-Gm for geh-help-gnu-emacs@m.gmane.org; Fri, 23 Mar 2012 17:11:12 +0100 Original-Received: from localhost ([::1]:55065 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SB755-0005vj-JI for geh-help-gnu-emacs@m.gmane.org; Fri, 23 Mar 2012 12:11:11 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:43530) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SB0T4-0001tB-IJ for help-gnu-emacs@gnu.org; Fri, 23 Mar 2012 05:07:36 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SB0Sy-0007Vs-Er for help-gnu-emacs@gnu.org; Fri, 23 Mar 2012 05:07:30 -0400 Original-Received: from lappmails.in2p3.fr ([134.158.96.47]:52668) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SB0Sy-0007VZ-88 for help-gnu-emacs@gnu.org; Fri, 23 Mar 2012 05:07:24 -0400 Original-Received: from lappc-f257.in2p3.fr (lappc-f257.in2p3.fr [134.158.99.143]) by lappmails.in2p3.fr (Postfix) with ESMTP id 191E4810186 for ; Fri, 23 Mar 2012 10:07:21 +0100 (CET) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.1) Gecko/20120216 Thunderbird/10.0.1 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Received-From: 134.158.96.47 X-Mailman-Approved-At: Fri, 23 Mar 2012 12:11:08 -0400 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:84099 Archived-At: Hi how can I add an entry to the TeX menu? TeX menu appears when editing files with tex/latex extension. It seesm that the standard way (define-key global-map [menu-bar something ...] does not work for the TeX menu. Thank you Gio