From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lorenzo Isella Newsgroups: gmane.emacs.help Subject: Re: Customization maxima mode Date: Fri, 20 Jun 2008 00:15:33 +0200 Message-ID: <485ADA85.6000206@gmail.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1213913775 921 80.91.229.12 (19 Jun 2008 22:16:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 19 Jun 2008 22:16:15 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Nikolaj Schumacher Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jun 20 00:16:59 2008 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 1K9SQz-0006pd-NU for geh-help-gnu-emacs@m.gmane.org; Fri, 20 Jun 2008 00:16:49 +0200 Original-Received: from localhost ([127.0.0.1]:46636 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K9SQA-00023F-V6 for geh-help-gnu-emacs@m.gmane.org; Thu, 19 Jun 2008 18:15:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K9SPq-00020w-Vs for help-gnu-emacs@gnu.org; Thu, 19 Jun 2008 18:15:39 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K9SPp-0001yo-Cr for help-gnu-emacs@gnu.org; Thu, 19 Jun 2008 18:15:38 -0400 Original-Received: from [199.232.76.173] (port=52932 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K9SPp-0001ya-9k for help-gnu-emacs@gnu.org; Thu, 19 Jun 2008 18:15:37 -0400 Original-Received: from fg-out-1718.google.com ([72.14.220.152]:26429) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K9SPp-000458-6F for help-gnu-emacs@gnu.org; Thu, 19 Jun 2008 18:15:37 -0400 Original-Received: by fg-out-1718.google.com with SMTP id l26so525859fgb.30 for ; Thu, 19 Jun 2008 15:15:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding:sender; bh=b5zLfKNWt8hpVP0RBILFqfP2ttwgkMNfqaMYd7WqU1A=; b=mPMI+y2RWu5wO7u2kEVrUMIP77lf6LUIXrD2cDG0S5viXrzChm/JO9OWz9x33BFwI+ cv/ISYIcsUF0d1p36xAzuC+vtfFBeDixEseQx2Q772G0f2wEPvFA9raJiFtVOBlk/Tic jqFjXZ3Fg2n5z8OlbePCaY6u87xFHzSLNIg0s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding :sender; b=jwAWUh2S+MrO+fIe8utC9Virc+nHmNM3ZoJGCd0nwMHIe0Uc/jkXLPzOPHY6y8m56h 59ZWTPOlOXS6blVzY0JJvNMCwZ/aFiQpd23eT55yV2MsfdGZwBnT7WxHmHcSvl/s/OGE FetduTN9YI02krZSHMVq89jBMHtT1JPZhjplg= Original-Received: by 10.78.135.20 with SMTP id i20mr1284304hud.24.1213913736198; Thu, 19 Jun 2008 15:15:36 -0700 (PDT) Original-Received: from cappero.jrc.it ( [151.59.222.244]) by mx.google.com with ESMTPS id v27sm838358hub.4.2008.06.19.15.15.35 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 19 Jun 2008 15:15:35 -0700 (PDT) User-Agent: Mozilla-Thunderbird 2.0.0.14 (X11/20080509) In-Reply-To: X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:54980 Archived-At: Nikolaj Schumacher wrote: > "Lorenzo Isella" wrote: > > >> (add-hook 'Maxima-mode-hook >> (lambda () (local-set-key "(" 'insert-round))) >> > > Are you sure the hook name is capitalized? > > regards, > Nikolaj Schumacher > > You are absolutely right; now everything works fine. Thanks Lorenzo