Bug#913237: xterm: exec-formatted yields a tilde character in zsh and emacs

2018-11-24 Thread Vincent Lefevre
On 2018-11-21 19:02:33 -0500, Thomas Dickey wrote:
> I don't see how this could happen unless you combined the action with
> some pasting (such as bracketed-paste).

I paste nothing.

> xterm's formatting of the string is shell-agnostic, and the exec'd
> "browser" command would only depend on what the formatted URL looked
> like.
> 
> In either case, steps-to-reproduce seem obscure.

With zsh, one can reproduce the issue with:

$ xterm -e zsh -f

then in the xterm:

zira% bindkey -e

What's strange is that in the Xterm log, I can get either ^G~, or
just ~, or nothing.

-- 
Vincent Lefèvre  - Web: 
100% accessible validated (X)HTML - Blog: 
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)



Bug#870836: imake generated makefile use deprecated -D_BSD_SOURCE and -D_SVID_SOURCE

2018-11-24 Thread Bart Massey
Hilariously, I just ran into this today when building a program I wrote in
1987. Thanks huge to Teemu for working out the patch; I have verified that
it works for me. It would be great if this could be packaged.