From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: symbol-at-point Date: Thu, 26 Jul 2007 08:20:05 -0400 Message-ID: References: <200707261107.29692.andreas.roehler@online.de> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1185452306 14303 80.91.229.12 (26 Jul 2007 12:18:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 26 Jul 2007 12:18:26 +0000 (UTC) Cc: emacs-devel@gnu.org To: Andreas =?iso-8859-1?q?R=F6hler?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 26 14:18:24 2007 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 1IE2IS-0003VA-H4 for ged-emacs-devel@m.gmane.org; Thu, 26 Jul 2007 14:18:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IE2IR-0007XR-Uo for ged-emacs-devel@m.gmane.org; Thu, 26 Jul 2007 08:18:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IE2IP-0007XC-6D for emacs-devel@gnu.org; Thu, 26 Jul 2007 08:18:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IE2IM-0007X0-Na for emacs-devel@gnu.org; Thu, 26 Jul 2007 08:18:20 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IE2IM-0007Wx-HJ for emacs-devel@gnu.org; Thu, 26 Jul 2007 08:18:18 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IE2IM-0004Fs-7P for emacs-devel@gnu.org; Thu, 26 Jul 2007 08:18:18 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IE2K5-0007ZO-D9; Thu, 26 Jul 2007 08:20:05 -0400 In-reply-to: <200707261107.29692.andreas.roehler@online.de> (message from Andreas =?iso-8859-1?q?R=F6hler?= on Thu, 26 Jul 2007 11:07:28 +0200) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:75562 Archived-At: > From: Andreas =?iso-8859-1?q?R=F6hler?= > Date: Thu, 26 Jul 2007 11:07:28 +0200 > > These return THING as a substring of buffer, doing > nothing else, whereas symbol-at-point interns existing > THING unconditionally And why is that bad, actually?