* Emacs@Head: Lost EPA functionality
@ 2018-05-26 15:21 T.V Raman
2018-05-26 15:30 ` Eli Zaretskii
0 siblings, 1 reply; 5+ messages in thread
From: T.V Raman @ 2018-05-26 15:21 UTC (permalink / raw)
To: emacs-devel
I use twittering-mode and that package calls function
epa--decode-coding-string
That function appears to have disappeared in the latest Emacs @Github.
Symbol's function definition is void: epa--decode-coding-string
--
--
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Emacs@Head: Lost EPA functionality
2018-05-26 15:21 Emacs@Head: Lost EPA functionality T.V Raman
@ 2018-05-26 15:30 ` Eli Zaretskii
2018-05-26 15:34 ` Noam Postavsky
0 siblings, 1 reply; 5+ messages in thread
From: Eli Zaretskii @ 2018-05-26 15:30 UTC (permalink / raw)
To: T.V Raman; +Cc: emacs-devel
> Date: Sat, 26 May 2018 08:21:06 -0700
> From: "T.V Raman" <raman@google.com>
>
> I use twittering-mode and that package calls function
> epa--decode-coding-string
>
> That function appears to have disappeared in the latest Emacs @Github.
> Symbol's function definition is void: epa--decode-coding-string
It seems epa--decode-coding-string was an alias of
decode-coding-string. So use decode-coding-string instead.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Emacs@Head: Lost EPA functionality
2018-05-26 15:30 ` Eli Zaretskii
@ 2018-05-26 15:34 ` Noam Postavsky
2018-05-26 15:41 ` Eli Zaretskii
2018-05-26 17:01 ` Paul Eggert
0 siblings, 2 replies; 5+ messages in thread
From: Noam Postavsky @ 2018-05-26 15:34 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: Emacs developers, T.V Raman
On 26 May 2018 at 11:30, Eli Zaretskii <eliz@gnu.org> wrote:
>> Date: Sat, 26 May 2018 08:21:06 -0700
>> From: "T.V Raman" <raman@google.com>
>>
>> I use twittering-mode and that package calls function
>> epa--decode-coding-string
>>
>> That function appears to have disappeared in the latest Emacs @Github.
>> Symbol's function definition is void: epa--decode-coding-string
>
> It seems epa--decode-coding-string was an alias of
> decode-coding-string. So use decode-coding-string instead.
Right, I removed it because it was internal alias used by epa.el, I
didn't expect other packages to be using that instead of
decode-coding-string. Should I put it back as an obsolete alias?
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Emacs@Head: Lost EPA functionality
2018-05-26 15:34 ` Noam Postavsky
@ 2018-05-26 15:41 ` Eli Zaretskii
2018-05-26 17:01 ` Paul Eggert
1 sibling, 0 replies; 5+ messages in thread
From: Eli Zaretskii @ 2018-05-26 15:41 UTC (permalink / raw)
To: Noam Postavsky; +Cc: emacs-devel, raman
> From: Noam Postavsky <npostavs@gmail.com>
> Date: Sat, 26 May 2018 11:34:10 -0400
> Cc: "T.V Raman" <raman@google.com>, Emacs developers <emacs-devel@gnu.org>
>
> >> That function appears to have disappeared in the latest Emacs @Github.
> >> Symbol's function definition is void: epa--decode-coding-string
> >
> > It seems epa--decode-coding-string was an alias of
> > decode-coding-string. So use decode-coding-string instead.
>
> Right, I removed it because it was internal alias used by epa.el, I
> didn't expect other packages to be using that instead of
> decode-coding-string. Should I put it back as an obsolete alias?
Not sure. Maybe we should wait and see if any other package used
those functions, before we install obsolete aliases. For now I added
to NEWS the announcement that these aliases have been removed.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Emacs@Head: Lost EPA functionality
2018-05-26 15:34 ` Noam Postavsky
2018-05-26 15:41 ` Eli Zaretskii
@ 2018-05-26 17:01 ` Paul Eggert
1 sibling, 0 replies; 5+ messages in thread
From: Paul Eggert @ 2018-05-26 17:01 UTC (permalink / raw)
To: Noam Postavsky, Eli Zaretskii; +Cc: T.V Raman, Emacs developers
Noam Postavsky wrote:
> Right, I removed it because it was internal alias used by epa.el, I
> didn't expect other packages to be using that instead of
> decode-coding-string. Should I put it back as an obsolete alias?
I wouldn't. The two hyphens mean that it was an internal function, so authors of
other packages were already warned that it can go away without notice. If we
started to worry about supporting external uses of internal functions, why
bother to mark functions internal in the first place?
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2018-05-26 17:01 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-26 15:21 Emacs@Head: Lost EPA functionality T.V Raman
2018-05-26 15:30 ` Eli Zaretskii
2018-05-26 15:34 ` Noam Postavsky
2018-05-26 15:41 ` Eli Zaretskii
2018-05-26 17:01 ` Paul Eggert
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.