bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#3027: marked as done (Possible bug with form-at-point in thingatpt.


From: Emacs bug Tracking System
Subject: bug#3027: marked as done (Possible bug with form-at-point in thingatpt.el)
Date: Sat, 18 Apr 2009 03:45:05 +0000

Your message dated Fri, 17 Apr 2009 23:42:02 -0400
with message-id <87iql2iq5x.fsf@cyd.mit.edu>
and subject line Re: Possible bug with form-at-point in thingatpt.el
has caused the Emacs bug report #3027,
regarding Possible bug with form-at-point in thingatpt.el
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
3027: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=3027
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems
--- Begin Message --- Subject: Possible bug with form-at-point in thingatpt.el Date: Fri, 17 Apr 2009 09:45:14 -0700
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




--- End Message ---
--- Begin Message --- Subject: Re: Possible bug with form-at-point in thingatpt.el Date: Fri, 17 Apr 2009 23:42:02 -0400
> 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.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]