Alain Kalker
Alain Kalker
Well, my Emacs sets `INSIDE_EMACS=27.2,comint` in shells started with `M-x shell`, GNU `screen` even has its own terminal type, `TERM=screen`, `tmux` sets `TERM_PROGRAM=tmux`, and Visual Studio Code sets `TERM_PROGRAM=vscode`, so...
A little bit more on `TERM_PROGRAM` and `TERM_PROGRAM_VERSION` from the `tmux` [CHANGES file](https://github.com/tmux/tmux/blob/c67abcf8182b3a4e4c1e71b370c814a65c12a46c/CHANGES#L329): > * Export TERM_PROGRAM and TERM_PROGRAM_VERSION like various other terminals.
> > could be related to #107 > > try with > > ``` > > bind 'set enable-bracketed-paste off' > > ``` > > Thanks, this does fix the...
Pull request #15 from quink seems to resolve this issue.
Running `xbps-alternatives -l` after the above leads to another assertion: ``` $ xbps-alternatives -l awk - gawk (current) - awk:/usr/bin/gawk - awk.1:/usr/share/man/man1/gawk.1 babel - python3-Babel (current) - pybabel:/usr/bin/pybabel3 bc -...
`xbps-pkgdb -a` doesn't appear to fix these problems; running it a second time results in identical output.
Thanks for your suggestions. I have forcibly reinstalled `python3-PyQt4` from my cache using `xdowngrade` from the `xtools` package (without doing this I couldn't install anything anyway, as `xbps-install` would complain...
@ericonr I'm sorry for the very long delay answering your question. I'm still experiencing problems with `xbps-alternatives -l` erroring out. I have created a [repository on Github](https://github.com/ackalker/xbps-pkgdb) with the contents...
From some digging in the XBPS source (sadly I've lost my notes about it), I have a hunch that the problem is somehow related to a situation where the `_XBPS_ALTERNATIVES_`...
I'm having a similar issue with a CSV file containing columns of numerical values which are wrapped in `"` double quotes to protect the `,` comma decimal separators which are...