From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Micha Feigin Newsgroups: gmane.emacs.help Subject: uncommenting a commented region leaves it commented in latex (auctex) Date: Sun, 11 Jan 2004 02:25:13 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <20040111002513.GL6119@luna.mooo.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1073781066 11837 80.91.224.253 (11 Jan 2004 00:31:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 11 Jan 2004 00:31:06 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jan 11 01:31:02 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AfTVN-00014c-00 for ; Sun, 11 Jan 2004 01:31:02 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AfUQy-0003yV-7Q for geh-help-gnu-emacs@m.gmane.org; Sat, 10 Jan 2004 20:30:32 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AfUQP-0003xt-D0 for help-gnu-emacs@gnu.org; Sat, 10 Jan 2004 20:29:57 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AfUPp-0003q8-Uw for help-gnu-emacs@gnu.org; Sat, 10 Jan 2004 20:29:53 -0500 Original-Received: from [132.66.16.11] (helo=post.tau.ac.il) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AfUPp-0003pT-CT for help-gnu-emacs@gnu.org; Sat, 10 Jan 2004 20:29:21 -0500 Original-Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by post.tau.ac.il (Postfix) with ESMTP id C163D47E9F for ; Sun, 11 Jan 2004 02:27:49 +0200 (IST) Original-Received: from post.tau.ac.il (localhost.localdomain [127.0.0.1]) by localhost.localdomain (VaMailArmor-2.0.1.16) id 08782-5398924A; Sun, 11 Jan 2004 02:27:49 +0200 Original-Received: from litshi.luna.local (unknown [62.219.140.142]) by post.tau.ac.il (Postfix) with ESMTP id 9BD7B47E9F for ; Sun, 11 Jan 2004 02:27:49 +0200 (IST) Original-Received: from micha by litshi.luna.local with local (Exim 4.30) id 1AfTPl-00082A-O9 for help-gnu-emacs@gnu.org; Sun, 11 Jan 2004 02:25:13 +0200 Original-To: help-emacs Content-Disposition: inline User-Agent: Mutt/1.5.5.1+cvs20040105i X-AntiVirus: checked by Vexira MailArmor (version: 2.0.1.16; VAE: 6.23.0.2; VDF: 6.23.0.28; host: localhost) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 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 Xref: main.gmane.org gmane.emacs.help:15914 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:15914 When I try to uncomment a region in LaTex-mode (auctex) using tex-un-comment-region when the region was previously commented with tex-comment-region doesn't return to the previous state. tex-comment-region adds %% and tex-un-comment-region removes only one %. uncomment-region seems to do the right job. Where do I fix this? (its emacs-bidi with auctex from debian unstable).