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: Teaching flyspell new words and autosaving files on C-c C-c Date: Wed, 11 Jun 2008 15:12:31 +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 1213190028 29937 80.91.229.12 (11 Jun 2008 13:13:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 11 Jun 2008 13:13:48 +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 Jun 11 15:14:31 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 1K6Q9J-0002Ju-UQ for geh-help-gnu-emacs@m.gmane.org; Wed, 11 Jun 2008 15:14:02 +0200 Original-Received: from localhost ([127.0.0.1]:39833 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K6Q8W-0004O5-Cq for geh-help-gnu-emacs@m.gmane.org; Wed, 11 Jun 2008 09:13:12 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K6Q7w-0004Fn-Jb for help-gnu-emacs@gnu.org; Wed, 11 Jun 2008 09:12:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K6Q7v-0004Eq-4z for help-gnu-emacs@gnu.org; Wed, 11 Jun 2008 09:12:36 -0400 Original-Received: from [199.232.76.173] (port=49783 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K6Q7u-0004EZ-Q2 for help-gnu-emacs@gnu.org; Wed, 11 Jun 2008 09:12:34 -0400 Original-Received: from ik-out-1112.google.com ([66.249.90.177]:21770) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K6Q7u-00035o-Bt for help-gnu-emacs@gnu.org; Wed, 11 Jun 2008 09:12:34 -0400 Original-Received: by ik-out-1112.google.com with SMTP id c21so2195671ika.2 for ; Wed, 11 Jun 2008 06:12:31 -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:sender :to:subject:mime-version:content-type:content-transfer-encoding :content-disposition:x-google-sender-auth; bh=y4aFF1R90GJrIlt2UExJ3sxpMh+YvuhJ485EXLH1P/w=; b=QXLt17BgLxnh71p1JXZul5bL3DQQ1vuM/IUCj7W/AKBtkDeQ6+7Q1Lh6XhBKCO/O50 QzXTyLc8OxcdamNqwkXcpuGpDzTTGjY3Vp1uI0YMLphBuw7lp/acPXnMENcQ5Q7M5b09 NEw4WSK3n8/WjXVKT/gGp/gb5MFmCCEFLbfV0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition:x-google-sender-auth; b=xK6ZelsjbhgZXyBeDQELW0XHIS1PQk/UJVT1+Ro93A1NH8eggeDJnJQN76gu/8pmzA rhkj7ROaFGk7u9Q3lXiNqqWvhDoj4Ev5v7ArvP2RUv37kzcOvANh0kul3pxyZqngtmmN MCvHMCg5IXaDAijKG6Nnz/wQsf9mSzxowySkQ= Original-Received: by 10.210.75.6 with SMTP id x6mr5162429eba.96.1213189951354; Wed, 11 Jun 2008 06:12:31 -0700 (PDT) Original-Received: by 10.210.11.3 with HTTP; Wed, 11 Jun 2008 06:12:31 -0700 (PDT) Content-Disposition: inline X-Google-Sender-Auth: 67fb50318f658788 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:54732 Archived-At: Dear All, Two auctex-related questions again: I managed to turn on automatically the flyspell mode when editing a .tex file. >From time to time, it underlines words which it does not recognize, though they are correct. Now, how can I teach it to ignore certain words in the text or to add them to its own dictionary? Second question: I would like emacs to automatically save the tex file I choose to compile with C-c C-c without asking me every time. How can I do that? I thought the key was to add (setq TeX-auto-save t) to my .emacs file, but it does not do what I would like it to do. I suppose that understanding this will help me to solve the general problem of giving a yes/no answer automatically to certain questions emacs may ask me in different circumstances. Many thanks Lorenzo