all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#5008: Please move newsticker--decode-numeric-entities
@ 2009-11-22  0:04 ` Lennart Borgman
  2009-12-02  2:03   ` bug#5096: Fwd: " Lennart Borgman
                     ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Lennart Borgman @ 2009-11-22  0:04 UTC (permalink / raw)
  To: Emacs Bugs

'This functions decodes html numeric entities like ' to characters.

Please move and rename this so it can be used without loading newst-backend.el.

Also the file name of this file does not match it's provide statement.






^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#5096: Fwd: Please move newsticker--decode-numeric-entities
  2009-11-22  0:04 ` bug#5008: Please move newsticker--decode-numeric-entities Lennart Borgman
@ 2009-12-02  2:03   ` Lennart Borgman
  2009-12-02 20:27     ` Ulf Jasper
  2009-12-06 20:05     ` bug#5096: marked as done (Fwd: Please move newsticker--decode-numeric-entities) Emacs bug Tracking System
  2009-12-02 20:25   ` bug#5008: Please move newsticker--decode-numeric-entities Ulf Jasper
  2009-12-06 20:05   ` bug#5008: marked as done (Please move newsticker--decode-numeric-entities) Emacs bug Tracking System
  2 siblings, 2 replies; 8+ messages in thread
From: Lennart Borgman @ 2009-12-02  2:03 UTC (permalink / raw)
  To: Emacs Bugs

Nothing happened so I put it in the bug database.

Notice that there are two bugs here (but simple bugs).


---------- Forwarded message ----------
From: Lennart Borgman <lennart.borgman@gmail.com>
Date: Sun, Nov 22, 2009 at 1:04 AM
Subject: Please move newsticker--decode-numeric-entities
To: Emacs Bugs <bug-gnu-emacs@gnu.org>


'This functions decodes html numeric entities like &#39; to characters.

Please move and rename this so it can be used without loading newst-backend.el.

Also the file name of this file does not match it's provide statement.






^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#5008: Please move newsticker--decode-numeric-entities
  2009-11-22  0:04 ` bug#5008: Please move newsticker--decode-numeric-entities Lennart Borgman
  2009-12-02  2:03   ` bug#5096: Fwd: " Lennart Borgman
@ 2009-12-02 20:25   ` Ulf Jasper
  2009-12-02 21:26     ` Lennart Borgman
  2009-12-06 20:05   ` bug#5008: marked as done (Please move newsticker--decode-numeric-entities) Emacs bug Tracking System
  2 siblings, 1 reply; 8+ messages in thread
From: Ulf Jasper @ 2009-12-02 20:25 UTC (permalink / raw)
  To: Lennart Borgman; +Cc: 5008

Lennart Borgman <lennart.borgman@gmail.com> writes:

> 'This functions decodes html numeric entities like &#39; to characters.
>
> Please move and rename this so it can be used without loading newst-backend.el.

Where should it be moved to?





^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#5096: Fwd: Please move newsticker--decode-numeric-entities
  2009-12-02  2:03   ` bug#5096: Fwd: " Lennart Borgman
@ 2009-12-02 20:27     ` Ulf Jasper
  2009-12-02 21:28       ` Lennart Borgman
  2009-12-06 20:05     ` bug#5096: marked as done (Fwd: Please move newsticker--decode-numeric-entities) Emacs bug Tracking System
  1 sibling, 1 reply; 8+ messages in thread
From: Ulf Jasper @ 2009-12-02 20:27 UTC (permalink / raw)
  To: Lennart Borgman; +Cc: 5096

Lennart Borgman <lennart.borgman@gmail.com> writes:

> 'This functions decodes html numeric entities like &#39; to characters.
>
> Please move and rename this so it can be used without loading newst-backend.el.
>
> Also the file name of this file does not match it's provide statement.

Would this still matter, once newsticker--decode-numeric-entities is
moved and renamed?






^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#5008: Please move newsticker--decode-numeric-entities
  2009-12-02 20:25   ` bug#5008: Please move newsticker--decode-numeric-entities Ulf Jasper
@ 2009-12-02 21:26     ` Lennart Borgman
  0 siblings, 0 replies; 8+ messages in thread
From: Lennart Borgman @ 2009-12-02 21:26 UTC (permalink / raw)
  To: Ulf Jasper; +Cc: 5008

On Wed, Dec 2, 2009 at 9:25 PM, Ulf Jasper <ulf.jasper@web.de> wrote:
> Lennart Borgman <lennart.borgman@gmail.com> writes:
>
>> 'This functions decodes html numeric entities like &#39; to characters.
>>
>> Please move and rename this so it can be used without loading newst-backend.el.
>
> Where should it be moved to?


I do not know. It could fit in xml.el or sgml.el for example. Maybe
more in xml.el since that is about reading.





^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#5096: Fwd: Please move newsticker--decode-numeric-entities
  2009-12-02 20:27     ` Ulf Jasper
@ 2009-12-02 21:28       ` Lennart Borgman
  0 siblings, 0 replies; 8+ messages in thread
From: Lennart Borgman @ 2009-12-02 21:28 UTC (permalink / raw)
  To: Ulf Jasper; +Cc: 5096

On Wed, Dec 2, 2009 at 9:27 PM, Ulf Jasper <ulf.jasper@web.de> wrote:
> Lennart Borgman <lennart.borgman@gmail.com> writes:
>
>> 'This functions decodes html numeric entities like &#39; to characters.
>>
>> Please move and rename this so it can be used without loading newst-backend.el.
>>
>> Also the file name of this file does not match it's provide statement.
>
> Would this still matter, once newsticker--decode-numeric-entities is
> moved and renamed?


Yes, (require 'newst-backend) should load the file and this should do
(provide 'newst-backend). At least that is the logic I expect.





^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#5008: marked as done (Please move newsticker--decode-numeric-entities)
  2009-11-22  0:04 ` bug#5008: Please move newsticker--decode-numeric-entities Lennart Borgman
  2009-12-02  2:03   ` bug#5096: Fwd: " Lennart Borgman
  2009-12-02 20:25   ` bug#5008: Please move newsticker--decode-numeric-entities Ulf Jasper
@ 2009-12-06 20:05   ` Emacs bug Tracking System
  2 siblings, 0 replies; 8+ messages in thread
From: Emacs bug Tracking System @ 2009-12-06 20:05 UTC (permalink / raw)
  To: Ulf Jasper

[-- Attachment #1: Type: text/plain, Size: 883 bytes --]

Your message dated Sun, 06 Dec 2009 20:59:36 +0100
with message-id <84ljhfj2l3.fsf@web.de>
and subject line Re: bug#5008: Please move newsticker--decode-numeric-entities
has caused the Emacs bug report #5008,
regarding Please move newsticker--decode-numeric-entities
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.)


-- 
5008: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=5008
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 3006 bytes --]

From: Lennart Borgman <lennart.borgman@gmail.com>
To: Emacs Bugs <bug-gnu-emacs@gnu.org>
Subject: Please move newsticker--decode-numeric-entities
Date: Sun, 22 Nov 2009 01:04:02 +0100
Message-ID: <e01d8a50911211604h66e24761t46ed655cf3b276b4@mail.gmail.com>

'This functions decodes html numeric entities like &#39; to characters.

Please move and rename this so it can be used without loading newst-backend.el.

Also the file name of this file does not match it's provide statement.



[-- Attachment #3: Type: message/rfc822, Size: 1726 bytes --]

From: Ulf Jasper <ulf.jasper@web.de>
To: 5008-done@emacsbugs.donarmstrong.com, 50096-done@emacsbugs.donarmstrong.com
Cc: Lennart Borgman <lennart.borgman@gmail.com>
Subject: Re: bug#5008: Please move newsticker--decode-numeric-entities
Date: Sun, 06 Dec 2009 20:59:36 +0100
Message-ID: <84ljhfj2l3.fsf@web.de>


Moved newsticker--decode-numeric-entities in newst-backend.el to
xml-substitute-numeric-entities in xml.el.

Changed require/provide newsticker-... to require/provide newst-...

Done.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#5096: marked as done (Fwd: Please move newsticker--decode-numeric-entities)
  2009-12-02  2:03   ` bug#5096: Fwd: " Lennart Borgman
  2009-12-02 20:27     ` Ulf Jasper
@ 2009-12-06 20:05     ` Emacs bug Tracking System
  1 sibling, 0 replies; 8+ messages in thread
From: Emacs bug Tracking System @ 2009-12-06 20:05 UTC (permalink / raw)
  To: Ulf Jasper

[-- Attachment #1: Type: text/plain, Size: 888 bytes --]

Your message dated Sun, 06 Dec 2009 20:59:36 +0100
with message-id <84ljhfj2l3.fsf@web.de>
and subject line Re: bug#5008: Please move newsticker--decode-numeric-entities
has caused the Emacs bug report #5008,
regarding Fwd: Please move newsticker--decode-numeric-entities
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.)


-- 
5008: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=5008
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 3548 bytes --]

From: Lennart Borgman <lennart.borgman@gmail.com>
To: Emacs Bugs <bug-gnu-emacs@gnu.org>
Subject: Fwd: Please move newsticker--decode-numeric-entities
Date: Wed, 2 Dec 2009 03:03:23 +0100
Message-ID: <e01d8a50912011803i315af9abkea5a076096586cab@mail.gmail.com>

Nothing happened so I put it in the bug database.

Notice that there are two bugs here (but simple bugs).


---------- Forwarded message ----------
From: Lennart Borgman <lennart.borgman@gmail.com>
Date: Sun, Nov 22, 2009 at 1:04 AM
Subject: Please move newsticker--decode-numeric-entities
To: Emacs Bugs <bug-gnu-emacs@gnu.org>


'This functions decodes html numeric entities like &#39; to characters.

Please move and rename this so it can be used without loading newst-backend.el.

Also the file name of this file does not match it's provide statement.



[-- Attachment #3: Type: message/rfc822, Size: 1726 bytes --]

From: Ulf Jasper <ulf.jasper@web.de>
To: 5008-done@emacsbugs.donarmstrong.com, 50096-done@emacsbugs.donarmstrong.com
Cc: Lennart Borgman <lennart.borgman@gmail.com>
Subject: Re: bug#5008: Please move newsticker--decode-numeric-entities
Date: Sun, 06 Dec 2009 20:59:36 +0100
Message-ID: <84ljhfj2l3.fsf@web.de>


Moved newsticker--decode-numeric-entities in newst-backend.el to
xml-substitute-numeric-entities in xml.el.

Changed require/provide newsticker-... to require/provide newst-...

Done.


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2009-12-06 20:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <84ljhfj2l3.fsf@web.de>
2009-11-22  0:04 ` bug#5008: Please move newsticker--decode-numeric-entities Lennart Borgman
2009-12-02  2:03   ` bug#5096: Fwd: " Lennart Borgman
2009-12-02 20:27     ` Ulf Jasper
2009-12-02 21:28       ` Lennart Borgman
2009-12-06 20:05     ` bug#5096: marked as done (Fwd: Please move newsticker--decode-numeric-entities) Emacs bug Tracking System
2009-12-02 20:25   ` bug#5008: Please move newsticker--decode-numeric-entities Ulf Jasper
2009-12-02 21:26     ` Lennart Borgman
2009-12-06 20:05   ` bug#5008: marked as done (Please move newsticker--decode-numeric-entities) Emacs bug Tracking System

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.