Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.bash.bug > #11210
| Path | csiph.com!aioe.org!news.glorb.com!usenet.stanford.edu!not-for-mail |
|---|---|
| From | Linda Walsh <bash@tlinx.org> |
| Newsgroups | gnu.bash.bug |
| Subject | Re: auto-complete going on a diagonal -- "set print-completions-horizontally on => "equals diagonally" |
| Date | Tue, 14 Jul 2015 16:49:50 -0700 |
| Lines | 40 |
| Approved | bug-bash@gnu.org |
| Message-ID | <mailman.6940.1436917806.904.bug-bash@gnu.org> (permalink) |
| References | <55A4B94D.80905@tlinx.org> <55A568F7.90506@case.edu> |
| NNTP-Posting-Host | lists.gnu.org |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Trace | usenet.stanford.edu 1436917807 4881 208.118.235.17 (14 Jul 2015 23:50:07 GMT) |
| X-Complaints-To | action@cs.stanford.edu |
| Cc | bug-bash <bug-bash@gnu.org> |
| To | chet.ramey@case.edu |
| Envelope-to | bug-bash@gnu.org |
| User-Agent | Thunderbird |
| In-Reply-To | <55A568F7.90506@case.edu> |
| X-detected-operating-system | by eggs.gnu.org: GNU/Linux 2.2.x-3.x (no timestamps) [generic] |
| X-Received-From | 173.164.175.65 |
| X-BeenThere | bug-bash@gnu.org |
| X-Mailman-Version | 2.1.14 |
| Precedence | list |
| List-Id | Bug reports for the GNU Bourne Again SHell <bug-bash.gnu.org> |
| List-Unsubscribe | <https://lists.gnu.org/mailman/options/bug-bash>, <mailto:bug-bash-request@gnu.org?subject=unsubscribe> |
| List-Archive | <http://lists.gnu.org/archive/html/bug-bash> |
| List-Post | <mailto:bug-bash@gnu.org> |
| List-Help | <mailto:bug-bash-request@gnu.org?subject=help> |
| List-Subscribe | <https://lists.gnu.org/mailman/listinfo/bug-bash>, <mailto:bug-bash-request@gnu.org?subject=subscribe> |
| Xref | aioe.org gnu.bash.bug:11210 |
Show key headers only | View raw
Chet Ramey wrote: Am still on 4.2, but in the bashdir, I get: > reset ... ^L Erase is control-H (^H). Kill is control-X (^X). Ishtar:law> hhhhhhsfshsdfhl^C Ishtar:law> bind Ishtar:law> cd ../tools/bash/bash-4.3 Ishtar:tools/bash/bash-4.3> ls b<complete> bash* bashintl.h bashversion* buildversion.o bashansi.h bashjmp.h bracecomp.c builtins/ bashbug* bashline.c bracecomp.o builtins.h bashhist.c bashline.h braces.c bashhist.h bashline.o braces.o bashhist.o bashtypes.h buildsignames.o Ishtar:tools/bash/bash-4.3> bind 'set print-completions-horizontally on' Ishtar:tools/bash/bash-4.3> ls b<complete> bash* bashansi.h bashbug* bashhist.c bashhist.h bashhist.o bashintl.h bashjmp.h bashline.c bashline.h bashline.o bashtypes.h bashversion* bracecomp.c bracecomp.o braces.c braces.o buildsignames.o buildversion.o builtins/ builtins.h --- Yeah, figures it would work right in the BASH dir... BUT... Ishtar:tools/bash/bash-4.3> cd /suse132 --- both of the below print diagonally because they have no line endings. Ishtar:/suse132> ls e17<complete> e17-0.17.6-2.1.10.x86_64.rpm e17-branding-openSUSE-0.1-10.1.2.x86_64.rpm e17-branding-upstream-0.17.6-2.1.10.x86_64.rpm e17-devel-0.17.6-2.1.10.x86_64.rpm e17-doc-html-0.17.6-2.1.10.x86_64.rpm e17-profiles-openSUSE-20131019-2.1.4.noarch.rpm e17-theme-a-os-agust-v3-1-2.1.9.noarch.rpm e17-theme-a-os-detour-1-2.1.9.noarch.rpm e17-theme-a-os-green-1-2.1.9.noarch.rpm e17-theme-a-os-miguel-v3-1-2.1.9.noarch.rpm e17-theme-a-os-vision-v3-1-2.1.9.noarch.rpm e17-theme-darkness-81195-2.1.9.noarch.rpm e17-theme-default-0.17.6-2.1.10.x86_64.rpm e17-theme-edjy-1-2.1.9.noarch.rpm e17-theme-openSUSE-20131101.1-2.1.9.noarch.rpm Ishtar:/suse132> bind 'set print-completions-horizontally' off Ishtar:/suse132> ls e17<complete> e17-0.17.6-2.1.10.x86_64.rpm e17-branding-openSUSE-0.1-10.1.2.x86_64.rpm e17-branding-upstream-0.17.6-2.1.10.x86_64.rpm e17-devel-0.17.6-2.1.10.x86_64.rpm e17-doc-html-0.17.6-2.1.10.x86_64.rpm e17-profiles-openSUSE-20131019-2.1.4.noarch.rpm e17-theme-a-os-agust-v3-1-2.1.9.noarch.rpm e17-theme-a-os-detour-1-2.1.9.noarch.rpm e17-theme-a-os-green-1-2.1.9.noarch.rpm e17-theme-a-os-miguel-v3-1-2.1.9.noarch.rpm e17-theme-a-os-vision-v3-1-2.1.9.noarch.rpm e17-theme-darkness-81195-2.1.9.noarch.rpm e17-theme-default-0.17.6-2.1.10.x86_64.rpm e17-theme-edjy-1-2.1.9.noarch.rpm e17-theme-openSUSE-20131101.1-2.1.9.noarch.rpm
Back to gnu.bash.bug | Previous | Next | Find similar
Re: auto-complete going on a diagonal -- "set print-completions-horizontally on => "equals diagonally" Linda Walsh <bash@tlinx.org> - 2015-07-14 16:49 -0700
csiph-web