unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#35342: configure.ac: scan also libtinfow for tputs()
@ 2019-04-18 16:20 Дилян Палаузов
  2019-04-20 13:44 ` Noam Postavsky
  0 siblings, 1 reply; 6+ messages in thread
From: Дилян Палаузов @ 2019-04-18 16:20 UTC (permalink / raw)
  To: 35342

Hello,

on my system I have no libtinfo, libncruses, libcurses, libterminfo and libtermcap.

But I have libtinfow and libncursesw, and the former contains tputs.

• Tweak ./configure.ac to scan also libtinfow and libncursesw for tputs() before giving up.

With emacs 26.2 this is not the case.

Regards
  Дилян






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

* bug#35342: configure.ac: scan also libtinfow for tputs()
  2019-04-18 16:20 bug#35342: configure.ac: scan also libtinfow for tputs() Дилян Палаузов
@ 2019-04-20 13:44 ` Noam Postavsky
  2019-04-20 14:16   ` Eli Zaretskii
  0 siblings, 1 reply; 6+ messages in thread
From: Noam Postavsky @ 2019-04-20 13:44 UTC (permalink / raw)
  To: Дилян Палаузов
  Cc: 35342

found 35342 26.2
fixed 35342 27.1
quit

Дилян Палаузов <dilyan.palauzov@aegee.org> writes:

> on my system I have no libtinfo, libncruses, libcurses, libterminfo and libtermcap.
>
> But I have libtinfow and libncursesw, and the former contains tputs.

> With emacs 26.2 this is not the case.

Yes, when you reported it previously (Bug#33977), it was only fixed on
the master branch (what will become Emacs 27.1).  Should we backport [1:
a3d52b3057] to emacs-26 (so it will be fixed in Emacs 26.3)?

[1: a3d52b3057]: 2019-01-05 10:15:56 -0800
  Port to platforms where tputs is in libtinfow
  https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=a3d52b3057c98bce581bc94912ef3ced6fad6f14





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

* bug#35342: configure.ac: scan also libtinfow for tputs()
  2019-04-20 13:44 ` Noam Postavsky
@ 2019-04-20 14:16   ` Eli Zaretskii
  2019-04-20 14:51     ` Дилян Палаузов
  2019-04-27 17:29     ` Noam Postavsky
  0 siblings, 2 replies; 6+ messages in thread
From: Eli Zaretskii @ 2019-04-20 14:16 UTC (permalink / raw)
  To: Noam Postavsky; +Cc: dilyan.palauzov, 35342

> From: Noam Postavsky <npostavs@gmail.com>
> Date: Sat, 20 Apr 2019 09:44:33 -0400
> Cc: 35342@debbugs.gnu.org
> 
> > on my system I have no libtinfo, libncruses, libcurses, libterminfo and libtermcap.
> >
> > But I have libtinfow and libncursesw, and the former contains tputs.
> 
> > With emacs 26.2 this is not the case.
> 
> Yes, when you reported it previously (Bug#33977), it was only fixed on
> the master branch (what will become Emacs 27.1).  Should we backport [1:
> a3d52b3057] to emacs-26 (so it will be fixed in Emacs 26.3)?

OK, I guess, although I don't really understand whether tputs in
ncursesw is a drop-in replacement for its namesake in ncurses: we
don't use wide characters with the curses APIs, AFAIK.





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

* bug#35342: configure.ac: scan also libtinfow for tputs()
  2019-04-20 14:16   ` Eli Zaretskii
@ 2019-04-20 14:51     ` Дилян Палаузов
  2019-04-20 15:31       ` Eli Zaretskii
  2019-04-27 17:29     ` Noam Postavsky
  1 sibling, 1 reply; 6+ messages in thread
From: Дилян Палаузов @ 2019-04-20 14:51 UTC (permalink / raw)
  To: Eli Zaretskii, Noam Postavsky; +Cc: 35342

Hello,

I altered my ./configure to check tinfow/ncursesw, it uses tputs from tinfow and I have not experienced any problems.

I have forgotten, that I have reported that previously.

Regards
  Дилян

On Sat, 2019-04-20 at 17:16 +0300, Eli Zaretskii wrote:
> > From: Noam Postavsky <npostavs@gmail.com>
> > Date: Sat, 20 Apr 2019 09:44:33 -0400
> > Cc: 35342@debbugs.gnu.org
> > 
> > > on my system I have no libtinfo, libncruses, libcurses, libterminfo and libtermcap.
> > > 
> > > But I have libtinfow and libncursesw, and the former contains tputs.
> > > With emacs 26.2 this is not the case.
> > 
> > Yes, when you reported it previously (Bug#33977), it was only fixed on
> > the master branch (what will become Emacs 27.1).  Should we backport [1:
> > a3d52b3057] to emacs-26 (so it will be fixed in Emacs 26.3)?
> 
> OK, I guess, although I don't really understand whether tputs in
> ncursesw is a drop-in replacement for its namesake in ncurses: we
> don't use wide characters with the curses APIs, AFAIK.






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

* bug#35342: configure.ac: scan also libtinfow for tputs()
  2019-04-20 14:51     ` Дилян Палаузов
@ 2019-04-20 15:31       ` Eli Zaretskii
  0 siblings, 0 replies; 6+ messages in thread
From: Eli Zaretskii @ 2019-04-20 15:31 UTC (permalink / raw)
  To: Дилян Палаузов
  Cc: npostavs, 35342

> From: Дилян Палаузов
> 	 <dilyan.palauzov@aegee.org>
> Cc: 35342@debbugs.gnu.org
> Date: Sat, 20 Apr 2019 14:51:43 +0000
> 
> I altered my ./configure to check tinfow/ncursesw, it uses tputs from tinfow and I have not experienced any problems.

I understand, but the general question still stands.





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

* bug#35342: configure.ac: scan also libtinfow for tputs()
  2019-04-20 14:16   ` Eli Zaretskii
  2019-04-20 14:51     ` Дилян Палаузов
@ 2019-04-27 17:29     ` Noam Postavsky
  1 sibling, 0 replies; 6+ messages in thread
From: Noam Postavsky @ 2019-04-27 17:29 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: dilyan.palauzov, 35342

tags 35342 fixed
close 35342 26.3
unarchive 33977
merge 35342 33977
quit

Eli Zaretskii <eliz@gnu.org> writes:

>> Yes, when you reported it previously (Bug#33977), it was only fixed on
>> the master branch (what will become Emacs 27.1).  Should we backport [1:
>> a3d52b3057] to emacs-26 (so it will be fixed in Emacs 26.3)?
>
> OK, I guess, although I don't really understand whether tputs in
> ncursesw is a drop-in replacement for its namesake in ncurses: we
> don't use wide characters with the curses APIs, AFAIK.

Pushed to emacs-26.  No clue about the ncursesw vs ncurses though.

531c74e249 2019-04-27T13:17:10-04:00 "Port to platforms where tputs is in libtinfow"
https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=531c74e2493cf54dc76238930bb93c6d7112ed3b






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

end of thread, other threads:[~2019-04-27 17:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-18 16:20 bug#35342: configure.ac: scan also libtinfow for tputs() Дилян Палаузов
2019-04-20 13:44 ` Noam Postavsky
2019-04-20 14:16   ` Eli Zaretskii
2019-04-20 14:51     ` Дилян Палаузов
2019-04-20 15:31       ` Eli Zaretskii
2019-04-27 17:29     ` Noam Postavsky

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).