unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* cp-supported-codepages
@ 2008-02-02  0:31 Glenn Morris
  2008-02-08 20:24 ` cp-supported-codepages Glenn Morris
  0 siblings, 1 reply; 5+ messages in thread
From: Glenn Morris @ 2008-02-02  0:31 UTC (permalink / raw)
  To: emacs-devel


cp-supported-codepages seems to have been removed from
lisp/international/codepage, but there is no associated ChangeLog or
NEWS entry.

mm-codepage-setup in gnus/mm-util uses it.

Oh, I guess it's:

2008-02-02  Dave Love  <fx@gnu.org>

     * international/codepage.el: Most of code removed or commented out.




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

* Re: cp-supported-codepages
  2008-02-02  0:31 cp-supported-codepages Glenn Morris
@ 2008-02-08 20:24 ` Glenn Morris
  2008-02-08 22:34   ` cp-supported-codepages Reiner Steib
  0 siblings, 1 reply; 5+ messages in thread
From: Glenn Morris @ 2008-02-08 20:24 UTC (permalink / raw)
  To: emacs-devel

Glenn Morris wrote:

> cp-supported-codepages seems to have been removed from
> lisp/international/codepage, but there is no associated ChangeLog or
> NEWS entry.
>
> mm-codepage-setup in gnus/mm-util uses it.

Added to FOR-RELEASE.

> Oh, I guess it's:
>
> 2008-02-02  Dave Love  <fx@gnu.org>
>
>      * international/codepage.el: Most of code removed or commented out.




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

* Re: cp-supported-codepages
  2008-02-08 20:24 ` cp-supported-codepages Glenn Morris
@ 2008-02-08 22:34   ` Reiner Steib
  2008-02-08 22:54     ` cp-supported-codepages Glenn Morris
  0 siblings, 1 reply; 5+ messages in thread
From: Reiner Steib @ 2008-02-08 22:34 UTC (permalink / raw)
  To: Glenn Morris; +Cc: emacs-devel

On Fri, Feb 08 2008, Glenn Morris wrote:

> Glenn Morris wrote:
>> cp-supported-codepages seems to have been removed from
>> lisp/international/codepage, but there is no associated ChangeLog or
>> NEWS entry.
>>
>> mm-codepage-setup in gnus/mm-util uses it.

`mm-codepage-setup' is a basically a no-op already in Emacs 22 since
we have autoloads for the cpNUMBER and windows-NUMBER coding systems.

> Added to FOR-RELEASE.

How about the following patch?

--8<---------------cut here---------------start------------->8---
--- mm-util.el	02 Feb 2008 11:28:36 +0100	1.67
+++ mm-util.el	08 Feb 2008 23:30:58 +0100	
@@ -219,7 +219,9 @@
 the alias.  Else windows-NUMBER is used."
   (interactive
    (let ((completion-ignore-case t)
-	 (candidates (cp-supported-codepages)))
+	 (candidates (if (fboundp 'cp-supported-codepages)
+			 (cp-supported-codepages)
+		       (error "`codepage-setup' is obsolete in this Emacs version."))))
      (list (completing-read "Setup DOS Codepage: (default 437) " candidates
 			    nil t nil nil "437"))))
   (when alias
--8<---------------cut here---------------end--------------->8---

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/




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

* Re: cp-supported-codepages
  2008-02-08 22:34   ` cp-supported-codepages Reiner Steib
@ 2008-02-08 22:54     ` Glenn Morris
  2008-02-10 14:13       ` cp-supported-codepages Reiner Steib
  0 siblings, 1 reply; 5+ messages in thread
From: Glenn Morris @ 2008-02-08 22:54 UTC (permalink / raw)
  To: emacs-devel

Reiner Steib wrote:

> How about the following patch?

Looks fine for Gnus AFAICS.

Separately, it still seems to me that NEWS entries are needed to
explain what has changed in this regard.




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

* Re: cp-supported-codepages
  2008-02-08 22:54     ` cp-supported-codepages Glenn Morris
@ 2008-02-10 14:13       ` Reiner Steib
  0 siblings, 0 replies; 5+ messages in thread
From: Reiner Steib @ 2008-02-10 14:13 UTC (permalink / raw)
  To: Glenn Morris; +Cc: emacs-devel

On Fri, Feb 08 2008, Glenn Morris wrote:

> Looks fine for Gnus AFAICS.

Installed and modified FOR-RELEASE accordingly.

> Separately, it still seems to me that NEWS entries are needed to
> explain what has changed in this regard.

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/




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

end of thread, other threads:[~2008-02-10 14:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-02  0:31 cp-supported-codepages Glenn Morris
2008-02-08 20:24 ` cp-supported-codepages Glenn Morris
2008-02-08 22:34   ` cp-supported-codepages Reiner Steib
2008-02-08 22:54     ` cp-supported-codepages Glenn Morris
2008-02-10 14:13       ` cp-supported-codepages Reiner Steib

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).