From justinhj@gmail.com Fri Apr 17 13:20:17 2009 Received: (at submit) by emacsbugs.donarmstrong.com; 17 Apr 2009 20:20:17 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.1 required=4.0 tests=FOURLA autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n3HKKDB8030766 for ; Fri, 17 Apr 2009 13:20:14 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LurBq-0002Xe-8z for bug-gnu-emacs@gnu.org; Fri, 17 Apr 2009 12:45:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LurBl-0002Wy-6V for bug-gnu-emacs@gnu.org; Fri, 17 Apr 2009 12:45:21 -0400 Received: from [199.232.76.173] (port=36433 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LurBl-0002Wv-39 for bug-gnu-emacs@gnu.org; Fri, 17 Apr 2009 12:45:17 -0400 Received: from wa-out-1112.google.com ([209.85.146.182]:15547) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LurBk-0005j0-KJ for bug-gnu-emacs@gnu.org; Fri, 17 Apr 2009 12:45:16 -0400 Received: by wa-out-1112.google.com with SMTP id j40so480279wah.26 for ; Fri, 17 Apr 2009 09:45:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=/W/7j1WoU29h28zwq6gnZ8G2mfrWjoVfT6utmDBoh10=; b=vgZnFwEYArik818Qcetx90klfnFsXdagB9za7crYaM/5SUvLAxE3DS0sCEqX35aoMZ /RZ+cSG/YtH6S0MXGqjedCDOrHLhJpbBQ2dU0sp2cdv0C/9YawQtJtSqGZNkVo8Q1lPY 9HNc+Z1ixBaQKglglhS+ncKmj7lxMBKr8Cc/c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=HB2KR6X2P2kOPwPUMdCCe8Vz1zUA6ZEjSzZWnGFJ547IP1l2VNbA+PmwnB8d0vBU9z WUJQuMPlOx8V2fpZgXLnxRc/pyECzYdinCgSPKEaeozFJPDQlU8TnHh+NhO/xWB5g/Bm gdetP8VrsTzIPzqvZ0JCJSxY/TSWOMIBWYkXw= MIME-Version: 1.0 Received: by 10.114.39.16 with SMTP id m16mr1528345wam.147.1239986714863; Fri, 17 Apr 2009 09:45:14 -0700 (PDT) Date: Fri, 17 Apr 2009 09:45:14 -0700 Message-ID: Subject: Possible bug with form-at-point in thingatpt.el From: Justin Heyes-Jones To: bug-gnu-emacs@gnu.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) I was trying to use the function (list-at-point) on some text, for example '(1 2 3 a b c) No matter where I put point in this text, the function list-at-point returns nil. Is this a bug, or are my expectations wrong? I was using this code to test the function: (defun test-lap() (interactive) (insert (format ">%s<" (list-at-point)))) Version Windows GNU Emacs 22.3.1 (i386-mingw-nt5.1.2600) of 2008-09-06 on SOFT-MJASON Windows XP Thanks, Justin Heyes0Jones From cyd@stupidchicken.com Fri Apr 17 20:40:15 2009 Received: (at 3027-done) by emacsbugs.donarmstrong.com; 18 Apr 2009 03:40:15 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.0 required=4.0 tests=none autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from cyd.mit.edu (CYD.MIT.EDU [18.115.2.24]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n3I3eCWT026216 for <3027-done@emacsbugs.donarmstrong.com>; Fri, 17 Apr 2009 20:40:13 -0700 Received: by cyd.mit.edu (Postfix, from userid 1000) id A77E057E21C; Fri, 17 Apr 2009 23:42:02 -0400 (EDT) From: Chong Yidong To: Justin Heyes-Jones Cc: 3027-done@debbugs.gnu.org Subject: Re: Possible bug with form-at-point in thingatpt.el Date: Fri, 17 Apr 2009 23:42:02 -0400 Message-ID: <87iql2iq5x.fsf@cyd.mit.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii > I was trying to use the function (list-at-point) on some text, for > example > > '(1 2 3 a b c) > > No matter where I put point in this text, the function list-at-point > returns nil. I've checked in a fix. Thanks for noticing this problem. From unknown Sun Sep 07 11:47:01 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: $requester Subject: Internal Control Message-Id: bug archived. Date: Sat, 16 May 2009 14:24:06 +0000 User-Agent: Fakemail v42.6.9 # A New Hope # A log time ago, in a galaxy far, far away # something happened. # # Magically this resulted in the following # action being taken, but this fake control # message doesn't tell you why it happened # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator