Re: [kde-freebsd] Ctrl-A not working in Konsole 2.14.2 (KDE dev platform 4.14.3)

2015-08-10 Thread Adam Vande More
On Mon, Aug 10, 2015 at 7:31 PM, Jim Long wrote: > On the T60 laptop where Ctrl-A works, I get: > > xkb_keymap { > xkb_keycodes { include "xfree86+aliases(qwerty)" }; > xkb_types { include "complete" }; > xkb_compat{ include "complete" }; >

Re: [kde-freebsd] Ctrl-A not working in Konsole 2.14.2 (KDE dev platform 4.14.3)

2015-08-10 Thread Jim Long
On the T60 laptop where Ctrl-A works, I get: xkb_keymap { xkb_keycodes { include "xfree86+aliases(qwerty)" }; xkb_types { include "complete" }; xkb_compat{ include "complete" }; xkb_symbols { include "pc+us+inet(thinkpad60)"};

Re: [kde-freebsd] Ctrl-A not working in Konsole 2.14.2 (KDE dev platform 4.14.3)

2015-08-10 Thread Adam Vande More
This is mine: adam@m6600:~ % setxkbmap -print xkb_keymap { xkb_keycodes { include "xfree86+aliases(qwerty)" }; xkb_types { include "complete" }; xkb_compat{ include "complete" }; xkb_symbols { include "pc+us" }; xkb_geometry { inc

Re: [kde-freebsd] Ctrl-A not working in Konsole 2.14.2 (KDE dev platform 4.14.3)

2015-08-10 Thread Jim Long
Excellent suggestion, although I'm not sure where the evidence leads. No, I don't get that. The Ctrl-A is completely swallowed up, it seems. On the laptop, where Ctrl-A works, yes, I do get a ^A when I type Ctrl-V Ctrl-A. But on the desktop, I don't. And of course, if I do Ctrl-V Ctrl-A Ctrl-V

Re: [kde-freebsd] Ctrl-A not working in Konsole 2.14.2 (KDE dev platform 4.14.3)

2015-08-10 Thread Adam Vande More
Opps, ^A On Mon, Aug 10, 2015 at 6:42 PM, Adam Vande More wrote: > If you press ctrl-v then ctrl-a, does this appear: > > > On Mon, Aug 10, 2015 at 5:33 PM, Jim Long wrote: > >> Yes, on both machines. >> >> >> On Mon, Aug 10, 2015 at 05:01:56PM -0500, Adam Vande More wrote: >> > Does bind -p o

Re: [kde-freebsd] Ctrl-A not working in Konsole 2.14.2 (KDE dev platform 4.14.3)

2015-08-10 Thread Adam Vande More
If you press ctrl-v then ctrl-a, does this appear: On Mon, Aug 10, 2015 at 5:33 PM, Jim Long wrote: > Yes, on both machines. > > > On Mon, Aug 10, 2015 at 05:01:56PM -0500, Adam Vande More wrote: > > Does bind -p output contain: > > > > "\C-a": beginning-of-line > > > > ? > > > > On Mon, Aug 10

Re: [kde-freebsd] Ctrl-A not working in Konsole 2.14.2 (KDE dev platform 4.14.3)

2015-08-10 Thread Jim Long
Yes, on both machines. On Mon, Aug 10, 2015 at 05:01:56PM -0500, Adam Vande More wrote: > Does bind -p output contain: > > "\C-a": beginning-of-line > > ? > > On Mon, Aug 10, 2015 at 11:21 AM, Jim Long wrote: > > > I have two systems running subject. One is a laptop running > > 9.3-STABLE i

Re: [kde-freebsd] Ctrl-A not working in Konsole 2.14.2 (KDE dev platform 4.14.3)

2015-08-10 Thread Adam Vande More
Does bind -p output contain: "\C-a": beginning-of-line ? On Mon, Aug 10, 2015 at 11:21 AM, Jim Long wrote: > I have two systems running subject. One is a laptop running > 9.3-STABLE i386 circa July 30 (r269317). The other is a desktop > running 10.2-BETA2 amd64 (r285757). > > On the laptop,

[kde-freebsd] [SVN Commit] area51/PORTS/devel

2015-08-10 Thread Raphael Kubo da Costa
SVN commit 11038 by rakuco: Update CMake to 3.3.0. M +2 -2 cmake-gui/Makefile M +24 -0 cmake-modules/pkg-plist M +2 -2 cmake/Makefile M +2 -2 cmake/distinfo M +6 -6 cmake/files/patch-Modules_FindwxWidgets.cmake M +36 -7 cmake/pkg-plist _

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake/files

2015-08-10 Thread Raphael Kubo da Costa
SVN commit 11036 by rakuco: cmake: Merge r385307 from ports. r385307 | rakuco | 2015-05-03 21:36:02 +0200 (Sun, 03 May 2015) | 11 lines Set LIBLZMA_INCLUDE_DIR and LIBLZMA_LIBRARY in the initial cache. Do it so that we can

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake/files

2015-08-10 Thread Raphael Kubo da Costa
SVN commit 11037 by rakuco: cmake: Merge r377347 from ports. r377347 | kwm | 2015-01-18 22:12:42 +0100 (Sun, 18 Jan 2015) | 18 lines Update ImageMagick to 6.9.0.4. - Normalize the ImageMagick library name so it stays the s

[kde-freebsd] [SVN Commit] area51/PORTS/devel/cmake

2015-08-10 Thread Raphael Kubo da Costa
SVN commit 11035 by rakuco: cmake: Merge r392537 from ports. r392537 | bapt | 2015-07-20 00:04:44 +0200 (Mon, 20 Jul 2015) | 5 lines Enforce libarchive from ports This reduces the patching level on some ports and make it s

Re: [kde-freebsd] Ctrl-A not working in Konsole 2.14.2 (KDE dev platform 4.14.3)

2015-08-10 Thread Jim Long
On Mon, Aug 10, 2015 at 12:39:44PM -0400, Anthony Jenkins wrote: > > On 08/10/2015 12:21 PM, Jim Long wrote: > > I have two systems running subject. One is a laptop running > > 9.3-STABLE i386 circa July 30 (r269317). The other is a desktop > > running 10.2-BETA2 amd64 (r285757). > > > > On the

Re: [kde-freebsd] Ctrl-A not working in Konsole 2.14.2 (KDE dev platform 4.14.3)

2015-08-10 Thread Anthony Jenkins
On 08/10/2015 12:21 PM, Jim Long wrote: > I have two systems running subject. One is a laptop running > 9.3-STABLE i386 circa July 30 (r269317). The other is a desktop > running 10.2-BETA2 amd64 (r285757). > > On the laptop, Ctrl-A and Ctrl-E work as expected in a Bash command > line within Kon

[kde-freebsd] [SVN Commit] branches/qt-5.5/QT/multimedia/qt5-multimedia

2015-08-10 Thread Tobias Berner
SVN commit 11034 by tcberner: GSTREAMER1=bad implies yes, so drop that M +1 -1 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information

[kde-freebsd] [SVN Commit] branches/qt-5.5/QT/www/webkit-qt5

2015-08-10 Thread Tobias Berner
SVN commit 11033 by tcberner: Also use gstreamer1 in qt5-webkit M +1 -1 Makefile ___ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information

[kde-freebsd] Ctrl-A not working in Konsole 2.14.2 (KDE dev platform 4.14.3)

2015-08-10 Thread Jim Long
I have two systems running subject. One is a laptop running 9.3-STABLE i386 circa July 30 (r269317). The other is a desktop running 10.2-BETA2 amd64 (r285757). On the laptop, Ctrl-A and Ctrl-E work as expected in a Bash command line within Konsole. On the desktop, Ctrl-E works, but Ctrl-A does