From unknown Tue Jun 17 20:15:53 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#7614 <7614@debbugs.gnu.org> To: bug#7614 <7614@debbugs.gnu.org> Subject: Status: Is (thing-at-point 'url) hallucinating too much? Reply-To: bug#7614 <7614@debbugs.gnu.org> Date: Wed, 18 Jun 2025 03:15:53 +0000 retitle 7614 Is (thing-at-point 'url) hallucinating too much? reassign 7614 emacs submitter 7614 Lennart Borgman severity 7614 wishlist thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 10 20:00:55 2010 Received: (at submit) by debbugs.gnu.org; 11 Dec 2010 01:00:55 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PRDpX-0007T0-Jf for submit@debbugs.gnu.org; Fri, 10 Dec 2010 20:00:55 -0500 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PRDpV-0007Sq-Li for submit@debbugs.gnu.org; Fri, 10 Dec 2010 20:00:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PRDvM-0006w7-QB for submit@debbugs.gnu.org; Fri, 10 Dec 2010 20:06:57 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_LOW,T_DKIM_INVALID autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([199.232.76.165]:35672) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PRDvM-0006w3-Ny for submit@debbugs.gnu.org; Fri, 10 Dec 2010 20:06:56 -0500 Received: from [140.186.70.92] (port=48489 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PRDvM-0003GQ-0j for bug-gnu-emacs@gnu.org; Fri, 10 Dec 2010 20:06:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PRDvK-0006vi-Ui for bug-gnu-emacs@gnu.org; Fri, 10 Dec 2010 20:06:55 -0500 Received: from mail-ey0-f177.google.com ([209.85.215.177]:65177) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PRDvK-0006vV-Fq for bug-gnu-emacs@gnu.org; Fri, 10 Dec 2010 20:06:54 -0500 Received: by eyd9 with SMTP id 9so3664544eyd.36 for ; Fri, 10 Dec 2010 17:06:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=370/+gcXo9+dwz14rWlKArrJ7KKNTwNO4zzJ7JjNGyI=; b=KFUhl0h8yfhSnnBs2WBS3Mes2YF1ZUV6pDawsPWrObrM4+xp7woRRj+9CRJLfqCE6n SQ4YNlf7wUPHwYbWrSp9W1z2icE7SIz7cgzEobrwqhXdDakvk00PAwlEU91VG8i4gPt2 KVXWqXOoqF2PWig4NjYSBi7hQzeQjFmkrpMtk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=UpDOFLHfOgmx3o+Hb5U3NVwwa8dXnQyYSbM3Bl+Wc9UAsYtZKoAFdE9MMsMWs3/Og2 iKgZ2APzrS7Kat4fDjghCROiojnVE3yCEsEQobOsyMcedkqQairQGblJXjLZ66FUubp2 VOjfpeyrVJjFcUQbWaZdrdICB470nvzewUWgw= Received: by 10.213.28.66 with SMTP id l2mr62914ebc.71.1292029613722; Fri, 10 Dec 2010 17:06:53 -0800 (PST) MIME-Version: 1.0 Received: by 10.213.29.8 with HTTP; Fri, 10 Dec 2010 17:06:32 -0800 (PST) From: Lennart Borgman Date: Sat, 11 Dec 2010 02:06:32 +0100 Message-ID: Subject: Is (thing-at-point 'url) hallucinating too much? To: Emacs Bugs Content-Type: text/plain; charset=UTF-8 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Spam-Score: -4.6 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.6 (----) (thing-at-point 'url) thinks WORD is the url http://WORD. (url-get-url-at-point) does not see any url there. I think thing-at-point is a bit too afraid of failing to find an url. Maybe the latter function could learn thing-at-point to be a bit braver and see reality a bit clearer? This thing-at-point lives in a trunk checkout from 2010-10-19. From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 22 14:34:17 2011 Received: (at control) by debbugs.gnu.org; 22 Jan 2011 19:34:17 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PgjE1-0000jm-CY for submit@debbugs.gnu.org; Sat, 22 Jan 2011 14:34:17 -0500 Received: from vm-emlprdomr-03.its.yale.edu ([130.132.50.144]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PgjDy-0000jZ-Od for control@debbugs.gnu.org; Sat, 22 Jan 2011 14:34:15 -0500 Received: from furball (c-71-192-165-84.hsd1.ct.comcast.net [71.192.165.84]) (authenticated bits=0) by vm-emlprdomr-03.its.yale.edu (8.14.4/8.14.4) with ESMTP id p0MJg9qD013977 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sat, 22 Jan 2011 14:42:11 -0500 Received: by furball (Postfix, from userid 1000) id 6F15B1611FB; Sat, 22 Jan 2011 14:42:09 -0500 (EST) From: Chong Yidong To: control@debbugs.gnu.org Subject: severity 7614 wishlist Date: Sat, 22 Jan 2011 14:42:09 -0500 Message-ID: <87ipxg914e.fsf@stupidchicken.com> MIME-Version: 1.0 Content-Type: text/plain X-Scanned-By: MIMEDefang 2.71 on 130.132.50.144 X-Spam-Score: -2.7 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.7 (--) severity 7614 wishlist thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 29 22:01:20 2011 Received: (at 7614) by debbugs.gnu.org; 30 Jun 2011 02:01:20 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qc6ZC-0005EV-Fo for submit@debbugs.gnu.org; Wed, 29 Jun 2011 22:01:20 -0400 Received: from hermes.netfonds.no ([80.91.224.195]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qc6Z6-0005EE-Nj for 7614@debbugs.gnu.org; Wed, 29 Jun 2011 22:01:17 -0400 Received: from cm-84.215.51.58.getinternet.no ([84.215.51.58] helo=quimbies.gnus.org) by hermes.netfonds.no with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1Qc6Yr-0008JO-R7; Thu, 30 Jun 2011 04:00:57 +0200 From: Lars Magne Ingebrigtsen To: Lennart Borgman Subject: Re: bug#7614: Is (thing-at-point 'url) hallucinating too much? In-Reply-To: (Lennart Borgman's message of "Sat, 11 Dec 2010 02:06:32 +0100") Date: Thu, 30 Jun 2011 04:00:53 +0200 Message-ID: References: User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAGFBMVEUAFKfN1u8AGawAG68A G60AHbAAGKkeOrlj0xY0AAACeElEQVQ4jXWTQW/kIAyFo0pLz1lpxLUlLD0Xg/YenOY8S1CuKaqY c0edzd9fG9KqlyWHyfDl2X42dB0tUUoRW1fXQ5fVdqce6x+xla3ti07cKV4MhMhbMUXw6102CgZr 4cyfbfnB7Pv9/f1lX9eXAYjAc5Orh31fiRB4UIOlhxVly5SvJt9EMUpZZT2BUnJRqhQG9K7sLztE BqJQQmUqoJ8MYIcEK39VDsX+t4iirHUaGHAgVnQ/5E+KNDgAiOncFWGy0sbmcpGnrPUUY0wprWRC YQBnVX6SEtEnn1IFZEJpijXqVym1DgD+AMWg0WF0+lHKgdKmQyFUjn9wsDg8yx6+gy3jqND+Gc6y t4oBpz8TUKPSox/zewXBJy5r5T4YZRQqBte3EMlFA9QSdpg1gRvAAqn56DZ2bi59W9I52vZfilHP kr+TKbKPAxDRer71p17ePOiJ6mrzqL7xN4EThBAoCVC5lIN8OB0YyBExsiBVhUY9uvDMAJ1bfHRV Qa0GpBBnBjEu3JMYebSajCNWRe9gaFWxwjpESMCKPvrY5sGAasKA+F4VuMABaLJUKx4gBYifCraB wTVwa4Gqgk+PnsD3FbRtLpf3kQYHFZzavq8toUEFF6dvoLVEFEoecP4GEkAFGg1+gcgP9YFHS06G 8VKB9AuHClO9UYUumnltALReUnShXTU+8E/7ft33nTrqpgjufFzmTKoXPhR0esk6xC+Qy6iyydrT WaBGwidgm5kBtYq6gqolz+Vtnef5er3t660axKbIRu/zNH98EKgGHd9zQaEMzWNCzfemgdoS8VYQ nU9IpR5gab0qGemQJT246ZjGQs77/6x/6LkA4sVOPuMAAAAASUVORK5CYII= X-Now-Playing: Kraftwerk's _Autobahn_: "Kometenmelodie 1" X-Hashcash: 1:23:110630:7614@debbugs.gnu.org::qE+qsCAu9EiRYbkY:00000000000000000000000000000000000000000DtjR X-Hashcash: 1:23:110630:lennart.borgman@gmail.com::vsfZTboESIWr4nXF:000000000000000000000000000000000000R6to MIME-Version: 1.0 Content-Type: text/plain X-MailScanner-ID: 1Qc6Yr-0008JO-R7 X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1310004058.21999@MgTzMWf6qOPM/xyHUAf5Eg X-Spam-Status: No X-Spam-Score: -3.1 (---) X-Debbugs-Envelope-To: 7614 Cc: 7614@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.1 (---) Lennart Borgman writes: > (thing-at-point 'url) thinks WORD is the url http://WORD. > > (url-get-url-at-point) does not see any url there. > > I think thing-at-point is a bit too afraid of failing to find an url. > Maybe the latter function could learn thing-at-point to be a bit > braver and see reality a bit clearer? Would it make sense just to have (thing-at-point 'url) just call (url-get-url-at-point) to avoid code duplication? On the other hand, thingatpt is meant to be really sloppy, so I'm not sure it's a bug at all. For instance, `thing-at-point' will do the right thing with this "url": gnus.org while `url-get-url-at-point' doesn't... So perhaps a sufficient fix would be to require that the word should have a dot in it somewhere? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog http://lars.ingebrigtsen.no/ From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 29 22:06:34 2011 Received: (at 7614-close) by debbugs.gnu.org; 30 Jun 2011 02:06:34 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qc6eI-0005LK-JK for submit@debbugs.gnu.org; Wed, 29 Jun 2011 22:06:34 -0400 Received: from hermes.netfonds.no ([80.91.224.195]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Qc6eG-0005L7-Pr for 7614-close@debbugs.gnu.org; Wed, 29 Jun 2011 22:06:33 -0400 Received: from cm-84.215.51.58.getinternet.no ([84.215.51.58] helo=quimbies.gnus.org) by hermes.netfonds.no with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1Qc6e2-0008Nm-SG; Thu, 30 Jun 2011 04:06:18 +0200 From: Lars Magne Ingebrigtsen To: Lennart Borgman Subject: Re: bug#7614: Is (thing-at-point 'url) hallucinating too much? In-Reply-To: (Lars Magne Ingebrigtsen's message of "Thu, 30 Jun 2011 04:00:53 +0200") Date: Thu, 30 Jun 2011 04:06:00 +0200 Message-ID: References: User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAGFBMVEUAFKfN1u8AGawAG68A G60AHbAAGKkeOrlj0xY0AAACeElEQVQ4jXWTQW/kIAyFo0pLz1lpxLUlLD0Xg/YenOY8S1CuKaqY c0edzd9fG9KqlyWHyfDl2X42dB0tUUoRW1fXQ5fVdqce6x+xla3ti07cKV4MhMhbMUXw6102CgZr 4cyfbfnB7Pv9/f1lX9eXAYjAc5Orh31fiRB4UIOlhxVly5SvJt9EMUpZZT2BUnJRqhQG9K7sLztE BqJQQmUqoJ8MYIcEK39VDsX+t4iirHUaGHAgVnQ/5E+KNDgAiOncFWGy0sbmcpGnrPUUY0wprWRC YQBnVX6SEtEnn1IFZEJpijXqVym1DgD+AMWg0WF0+lHKgdKmQyFUjn9wsDg8yx6+gy3jqND+Gc6y t4oBpz8TUKPSox/zewXBJy5r5T4YZRQqBte3EMlFA9QSdpg1gRvAAqn56DZ2bi59W9I52vZfilHP kr+TKbKPAxDRer71p17ePOiJ6mrzqL7xN4EThBAoCVC5lIN8OB0YyBExsiBVhUY9uvDMAJ1bfHRV Qa0GpBBnBjEu3JMYebSajCNWRe9gaFWxwjpESMCKPvrY5sGAasKA+F4VuMABaLJUKx4gBYifCraB wTVwa4Gqgk+PnsD3FbRtLpf3kQYHFZzavq8toUEFF6dvoLVEFEoecP4GEkAFGg1+gcgP9YFHS06G 8VKB9AuHClO9UYUumnltALReUnShXTU+8E/7ft33nTrqpgjufFzmTKoXPhR0esk6xC+Qy6iyydrT WaBGwidgm5kBtYq6gqolz+Vtnef5er3t660axKbIRu/zNH98EKgGHd9zQaEMzWNCzfemgdoS8VYQ nU9IpR5gab0qGemQJT246ZjGQs77/6x/6LkA4sVOPuMAAAAASUVORK5CYII= X-Now-Playing: Kraftwerk's _Autobahn_: "Mitternacht" X-Hashcash: 1:23:110630:lennart.borgman@gmail.com::O+BL4uOV9SkjlZyr:000000000000000000000000000000000000BrVj X-Hashcash: 1:23:110630:7614@debbugs.gnu.org::xBJDx3VHP2MXcIQ8:00000000000000000000000000000000000000001GuAL MIME-Version: 1.0 Content-Type: text/plain X-MailScanner-ID: 1Qc6e2-0008Nm-SG X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1310004379.07389@L8NcycTiJQ6LiQ8/L0sPnQ X-Spam-Status: No X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 7614-close Cc: 7614-close@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) Lars Magne Ingebrigtsen writes: > So perhaps a sufficient fix would be to require that the word should > have a dot in it somewhere? I've now committed this change. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog http://lars.ingebrigtsen.no/ From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 30 05:27:50 2011 Received: (at 7614-close) by debbugs.gnu.org; 30 Jun 2011 09:27:50 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QcDXK-0003zm-I5 for submit@debbugs.gnu.org; Thu, 30 Jun 2011 05:27:50 -0400 Received: from mail-ey0-f172.google.com ([209.85.215.172]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QcDXI-0003za-5h for 7614-close@debbugs.gnu.org; Thu, 30 Jun 2011 05:27:48 -0400 Received: by eye13 with SMTP id 13so812978eye.3 for <7614-close@debbugs.gnu.org>; Thu, 30 Jun 2011 02:27:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=V1tKbA/k6FQ00flHfPtGAp0bg//RX84mfBKrkKM5to0=; b=gMsf3pHiNdaOpR47rLpwHQyUL2BEPVdtpr4xAzg9K5LBicyfO25T51Tre85zn53QCq Y9ERCmfJCHQY3AqYLqS3s/cGY8VBnoOVnX3oUHb/KkoH07Ii1x7F2Bc+AEhEUYFb2is2 1JheAhBMDvKjqZL/q/KFWX4o9k42/ShH6Fjzg= Received: by 10.213.20.200 with SMTP id g8mr527540ebb.140.1309426062243; Thu, 30 Jun 2011 02:27:42 -0700 (PDT) MIME-Version: 1.0 Received: by 10.213.7.84 with HTTP; Thu, 30 Jun 2011 02:27:22 -0700 (PDT) In-Reply-To: References: From: Lennart Borgman Date: Thu, 30 Jun 2011 11:27:22 +0200 Message-ID: Subject: Re: bug#7614: Is (thing-at-point 'url) hallucinating too much? To: Lars Magne Ingebrigtsen Content-Type: text/plain; charset=UTF-8 X-Spam-Score: -3.6 (---) X-Debbugs-Envelope-To: 7614-close Cc: 7614-close@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.6 (---) On Thu, Jun 30, 2011 at 04:06, Lars Magne Ingebrigtsen wrote: > Lars Magne Ingebrigtsen writes: > >> So perhaps a sufficient fix would be to require that the word should >> have a dot in it somewhere? > > I've now committed this change. Thanks. From unknown Tue Jun 17 20:15:53 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 28 Jul 2011 11:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator