Configuration Information [Automatically generated, do not change]: Machine: i386 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i386' -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i386-pc-linux-gnu' -DCONF_VENDOR='pc' -DSHELL -DHAVE_CONFIG_H -I. -I../bash -I../bash/include -I../bash/lib -g -O2 uname output: Linux silmaril 2.4.27-1-386 #1 Fri Sep 3 06:24:46 UTC 2004 i686 GNU/Linux Machine Type: i386-pc-linux-gnu
Bash Version: 2.05b Patch Level: 0 Release Status: release Description: In the vi editing mode of the bash the command "X" (shift-x) is not working as expected. Although the character in front of the cursor is deleted it is not yanked. Repeat-By: 1. Change to vi editing mode: 'set -o vi' 2. Type "adsf". 3. Change to command mode by pressing ESC. 4. Move to the "s" and press 'X' (shift-x) to delete the "d". 5. Now press 'p' to insert the deleted "d" after the "s". -> The "d" is not inserted. (If you use 'dh' instead of 'X' it works.) Best regards Beat Wieland _______________________________________________ Bug-bash mailing list Bug-bash@gnu.org http://lists.gnu.org/mailman/listinfo/bug-bash