From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thorsten Jolitz Newsgroups: gmane.emacs.devel Subject: Re: awesome feature (yet to be added?) Date: Sat, 31 May 2014 22:04:52 +0200 Message-ID: <87lhthr9y3.fsf@gmail.com> References: <112075085.1028629.1399142864865.open-xchange@email.1and1.com> <53684CB6.1050601@lanl.gov> <87ppivne52.fsf@gmail.com> <5389761C.9010803@online.de> <87ha4643uu.fsf@gmail.com> <538A0F77.9050205@online.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1401566728 17188 80.91.229.3 (31 May 2014 20:05:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 31 May 2014 20:05:28 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat May 31 22:05:21 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WqpWq-0000DX-6H for ged-emacs-devel@m.gmane.org; Sat, 31 May 2014 22:05:20 +0200 Original-Received: from localhost ([::1]:32800 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WqpWp-0005Ez-O5 for ged-emacs-devel@m.gmane.org; Sat, 31 May 2014 16:05:19 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45518) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WqpWh-0005Bv-Dd for emacs-devel@gnu.org; Sat, 31 May 2014 16:05:16 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WqpWc-00052S-0j for emacs-devel@gnu.org; Sat, 31 May 2014 16:05:11 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:46289) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WqpWb-00050N-RG for emacs-devel@gnu.org; Sat, 31 May 2014 16:05:05 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WqpWZ-0008Px-A7 for emacs-devel@gnu.org; Sat, 31 May 2014 22:05:03 +0200 Original-Received: from g231233123.adsl.alicedsl.de ([92.231.233.123]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 31 May 2014 22:05:03 +0200 Original-Received: from tjolitz by g231233123.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 31 May 2014 22:05:03 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 37 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: g231233123.adsl.alicedsl.de User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) Cancel-Lock: sha1:ug4/vEgDTd6wir6DvPoZ7qme2Bk= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:172232 Archived-At: Andreas Röhler writes: > On 31.05.2014 12:52, Thorsten Jolitz wrote: >> Andreas Röhler writes: >> >>>> There were quite a lot of proposals in this thread. Any chance that >>>> this >>>> is actually outdiscussed and included in Emacs any time soon? >>>> >>> >>> AFAIU instrumenting `comment-dwim' should provide all you need here. >> >> This could indeed work well if I had a function that marks the whole >> comment section ahead once I found the starting point of a comment at >> BOL, > > You might try > > ar-forward-comment-atpt > ar-backward-comment > > Added by a (bolp) etc. > > It's delivered by > > thing-at-point-utils.el > > at > > https://launchpad.net/s-x-emacs-werkstatt/ Wow, 3164 defuns only in thing-at-point-utils.el, thats impressive. Thanks for the hint! -- cheers, Thorsten