From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Slavomir Kaslev" Newsgroups: gmane.emacs.help Subject: Re: balanced.el and c-mode Date: 27 Oct 2006 05:26:08 -0700 Organization: http://groups.google.com Message-ID: <1161951968.399780.242630@k70g2000cwa.googlegroups.com> References: <1161893505.809873.41720@i3g2000cwc.googlegroups.com> <1161950713.953096.89960@i3g2000cwc.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1161953028 29285 80.91.229.2 (27 Oct 2006 12:43:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 27 Oct 2006 12:43:48 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Oct 27 14:43:47 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GdR3T-0004oe-D4 for geh-help-gnu-emacs@m.gmane.org; Fri, 27 Oct 2006 14:43:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GdR3S-0000yO-RE for geh-help-gnu-emacs@m.gmane.org; Fri, 27 Oct 2006 08:43:22 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!k70g2000cwa.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 31 Original-NNTP-Posting-Host: 212.91.188.146 Original-X-Trace: posting.google.com 1161951973 2269 127.0.0.1 (27 Oct 2006 12:26:13 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Fri, 27 Oct 2006 12:26:13 +0000 (UTC) In-Reply-To: <1161950713.953096.89960@i3g2000cwc.googlegroups.com> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: k70g2000cwa.googlegroups.com; posting-host=212.91.188.146; posting-account=dIV09AwAAABZvRyI8oOO4D2yKEcwBXvx Original-Xref: shelby.stanford.edu gnu.emacs.help:142704 Original-To: help-gnu-emacs@gnu.org 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:38324 Archived-At: On Oct 27, 3:05 pm, "Florian Kaufmann" wrote: > I can't help you, but I can imagine that the people who could help you > liked to get more information from you what exactly makes you unhappy. > Give some examples what currently happens and what you would like to > happen. > > Flo Here are some examples: If one is using balanced.el in lisp mode, inserting ( then deleting it automaticly deletes the respecting ) which was inserted from balanced.el. This doesn't happen in c-mode. Another thing that bugs me is that balanced.el messes c-mode indentation. When not using balanced.el I get if (foo) { .... With balanced.el the behavior is if (foo) ....{} While I would expect something like that: if (foo) { .... <-cursor here } Probably someone has already hited on those and can post some elisp for fixing them?