unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* single column display for comint-dynamic-list-input-ring
@ 2008-07-10 11:37 Michal
  2008-07-11  0:56 ` Kevin Rodgers
  0 siblings, 1 reply; 2+ messages in thread
From: Michal @ 2008-07-10 11:37 UTC (permalink / raw)
  To: emacs mailing list


Hallo Group Members

Have You got an idea how to make comint-dynamic-list-input-ring
display completions always in single column?

best regards,
Michal




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: single column display for comint-dynamic-list-input-ring
  2008-07-10 11:37 single column display for comint-dynamic-list-input-ring Michal
@ 2008-07-11  0:56 ` Kevin Rodgers
  0 siblings, 0 replies; 2+ messages in thread
From: Kevin Rodgers @ 2008-07-11  0:56 UTC (permalink / raw)
  To: help-gnu-emacs

Michal wrote:
> Hallo Group Members
> 
> Have You got an idea how to make comint-dynamic-list-input-ring
> display completions always in single column?

The completions are inserted into the history buffer by
display-completion-list, whose formatting is hard-coded.  But perhaps
you could write a function to reformat the history buffer, and
temporarily bind completion-setup-hook (during
comint-dynamic-list-input-ring) to call that function.

-- 
Kevin Rodgers
Denver, Colorado, USA





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-07-11  0:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-10 11:37 single column display for comint-dynamic-list-input-ring Michal
2008-07-11  0:56 ` Kevin Rodgers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).