all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tom Roche <Tom_Roche@pobox.com>
To: help-gnu-emacs@gnu.org,
Subject: Re: *Buffer List* column resizing for emacs >= 24.2.50.1
Date: Fri, 19 Apr 2013 13:53:57 -0400	[thread overview]
Message-ID: <877gjyo18q.fsf@pobox.com> (raw)
In-Reply-To: <7FA5BDE7E72147BC93F27AD6DFEDFC0A@us.oracle.com>


Thanks to Drew Adams' assistance, and after updating to emacs-24.3.50.1,
I now have the ability to resize column=Buffer in the *Buffer List* from
Buffer Menu Plus. The fix was:

1. Download an emacs-23 buff-menu.el to a directory on one's load-path.
   I did

URI='http://ftp.gnu.org/gnu/emacs/emacs-23.4.tar.bz2'
DIR="/tmp/emacs-23.4"
FN="$(basename ${URI%%\?*})"
mkdir -p ${DIR}
FP="${DIR}/${FN}"
curl -C - -o "${FP}" "${URI}"
pushd ${DIR}/
tar xf emacs-23.4.tar.bz2 
popd
pushd ${DIR}/emacs-23.4/
find -type f -name 'buff-menu*'
> ./lisp/buff-menu.elc
> ./lisp/buff-menu.el
mv ./lisp/buff-menu.el ~/.emacs.d/site-lisp/

2. Download the latest buff-menu+.el to a directory on one's load-path.
   I did

URI='http://www.emacswiki.org/emacs-en/download/buff-menu%2b.el'
DIR="${HOME}/.emacs.d/site-lisp"
FN="$(basename ${URI%%\?*})"
FP="${DIR}/${FN}"
curl -C - -o "${FP}" "${URI}"

3. Start emacs, and do

M-x load-file ~/.emacs.d/site-lisp/buff-menu.el
M-x load-file ~/.emacs.d/site-lisp/buff-menu+.el
C-x C-b

4. If that gets Buffer Menu Plus, you can resize column=Buffer with
   the '+' and '-' keys.

5. If that works, add the load lines to your init.el (directly or
   indirectly), and restart emacs to retest.

HTHOP, Tom Roche <Tom_Roche@pobox.com>



  parent reply	other threads:[~2013-04-19 17:53 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-17 23:05 *Buffer List* column resizing for emacs >= 24.2.50.1 Tom Roche
2013-04-18  3:16 ` Drew Adams
     [not found] ` <87fvynll0i.fsf@pobox.com>
     [not found]   ` <87a9ou4hw7.fsf@pobox.com>
2013-04-19 17:53     ` Tom Roche [this message]
2013-04-19 20:17       ` Drew Adams
     [not found] <7FA5BDE7E72147BC93F27AD6DFEDFC0A@us.oracle.com>

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=877gjyo18q.fsf@pobox.com \
    --to=tom_roche@pobox.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.