From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: info Date: Thu, 30 Jan 2003 09:11:48 -0600 (CST) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200301301511.JAA08463@eel.dms.auburn.edu> References: <200301292039.OAA26000@moose.dms.auburn.edu> <84n0lj821a.fsf@lucy.is.informatik.uni-duisburg.de> NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1043939618 31804 80.91.224.249 (30 Jan 2003 15:13:38 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 30 Jan 2003 15:13:38 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18eGNi-0008GH-00 for ; Thu, 30 Jan 2003 16:13:34 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18eGTP-0003rx-00 for ; Thu, 30 Jan 2003 16:19:28 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18eGNV-00009u-01 for emacs-devel@quimby.gnus.org; Thu, 30 Jan 2003 10:13:21 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18eGM7-0007dv-00 for emacs-devel@gnu.org; Thu, 30 Jan 2003 10:11:55 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18eGLM-00060l-00 for emacs-devel@gnu.org; Thu, 30 Jan 2003 10:11:15 -0500 Original-Received: from manatee.dms.auburn.edu ([131.204.53.104]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18eGLK-0005uX-00 for emacs-devel@gnu.org; Thu, 30 Jan 2003 10:11:06 -0500 Original-Received: from eel.dms.auburn.edu (eel.dms.auburn.edu [131.204.53.108]) by manatee.dms.auburn.edu (8.9.1a/8.9.1) with ESMTP id JAA06112; Thu, 30 Jan 2003 09:11:05 -0600 (CST) Original-Received: (from teirllm@localhost) by eel.dms.auburn.edu (8.9.3+Sun/8.9.3) id JAA08463; Thu, 30 Jan 2003 09:11:48 -0600 (CST) X-Authentication-Warning: eel.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: kai.grossjohann@uni-duisburg.de In-reply-to: <84n0lj821a.fsf@lucy.is.informatik.uni-duisburg.de> (kai.grossjohann@uni-duisburg.de) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:11220 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:11220 One could also try to use the text properties involved (display), but I am not sure just how reliable any of these heuristics are. To elaborate a little bit on what I mean: * CC Mode: (ccmode). Emacs mode for editing C, C++, Objective-C, Java, Pike, and IDL code. Put point on the `J' in Java. Playing around with C-b or C-f, you see that you stay on J twice. Do C-u C-x = Sincerely, Luc.