From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: make smerge-mode move the point? Date: Sun, 13 Jan 2008 12:14:39 -0800 Message-ID: <200801132014.m0DKEito029530@oogie-boogie.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1200255423 29466 80.91.229.12 (13 Jan 2008 20:17:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 13 Jan 2008 20:17:03 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 13 21:17:25 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JE9Gj-0003AW-5h for ged-emacs-devel@m.gmane.org; Sun, 13 Jan 2008 21:17:21 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JE9GL-0002dY-0U for ged-emacs-devel@m.gmane.org; Sun, 13 Jan 2008 15:16:57 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JE9G4-0002SB-Fo for emacs-devel@gnu.org; Sun, 13 Jan 2008 15:16:40 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JE9G2-0002Qw-RK for emacs-devel@gnu.org; Sun, 13 Jan 2008 15:16:40 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JE9G2-0002Ql-Gr for emacs-devel@gnu.org; Sun, 13 Jan 2008 15:16:38 -0500 Original-Received: from oogie-boogie.ics.uci.edu ([128.195.1.41]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JE9G2-0003Ap-4I for emacs-devel@gnu.org; Sun, 13 Jan 2008 15:16:38 -0500 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by oogie-boogie.ics.uci.edu (8.13.6/8.13.6) with ESMTP id m0DKEito029530 for ; Sun, 13 Jan 2008 12:14:50 -0800 (PST) Original-Lines: 8 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-kernel: by monty-python.gnu.org: Solaris 9 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:86848 Archived-At: Wouldn't it be better if smerge-mode moved the point to the first conflict marker? Resolving conflicts is the reason this mode gets turned on, so it would be nicer for the user if it would move the point to the first conflict. It would be one less action to do, and it would make it easier to see there's a conflict.