Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The buffer names are too long... #25

Open
updogliu opened this issue Dec 27, 2011 · 3 comments
Open

The buffer names are too long... #25

updogliu opened this issue Dec 27, 2011 · 3 comments

Comments

@updogliu
Copy link

The names of the special buffers are often too long due to including the full path of git directory. May I customize it?

@byplayer
Copy link
Owner

You can't customize buffers name .
Because buffer name include .git path and egg use buffer name to identify git repository.

@updogliu
Copy link
Author

Well I'm not very clear about it. But I changed (buf-name (format fmt
dir-name git-dir)) to (buf-name (format fmt dir-name "")) in the
function egg-get-buffer, and egg still works. The the moment,
interactive rebase still doesn't work. I'm not sure if it worked
before I make this change. Just for your information. Thanks.

On Thu, Dec 29, 2011 at 8:54 AM, byplayer
[email protected]
wrote:

You can't customize buffers name .
Because buffer name include .git path and egg use buffer name to identify git repository.


Reply to this email directly or view it on GitHub:
#25 (comment)

Regards,

Zihan, Sheldon Liu

The Media Computing Group (MCG)
where Media Spectrum unleashes Digital Potential for Fun in Life.

School of Creative Media (SCM)
City University of Hong Kong

@byplayer byplayer reopened this Dec 29, 2011
@byplayer
Copy link
Owner

What name do you change buffer name ?
If you change unique name each .git repository, it works well.
However, if you change fix name, you have some trouble if you open more than two files which are belong to another git directory.

Oh, I rearize while writing it is no problem if fix name. That's all you can not open more than two egg-log, egg-status buffer in you emacs.

Thank you for your information about rebase, I check it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants