all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / 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

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.