Re: Patch: Emacs-like file path shorthands

2011-12-27 Thread Jean-Philippe Bernardy
> For clarity, this is a git repository on a dumb HTTP server. Sorry, I've been spoit by the web 2.0. Cheers, JP. -- Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel

Re: Patch: Emacs-like file path shorthands

2011-12-27 Thread Dominique Devriese
2011/12/27 Jean-Philippe Bernardy : >>  http://people.cs.kuleuven.be/dominique.devriese/yi.git > > Error message: 403, Forbidden > (You don't have permission to access /~dominique.devriese/yi.git/ on > this server.) I think you saw that because directory listings were disabled. That shouldn't keep

Re: Patch: Emacs-like file path shorthands

2011-12-27 Thread Jean-Philippe Bernardy
On Tue, Dec 27, 2011 at 1:36 PM, Dominique Devriese wrote: >  http://people.cs.kuleuven.be/dominique.devriese/yi.git Error message: 403, Forbidden (You don't have permission to access /~dominique.devriese/yi.git/ on this server.) Cheers, -- JP -- Yi development mailing list yi-devel@googlegro

Patch: Emacs-like file path shorthands

2011-12-27 Thread Dominique Devriese
All, I've been playing a little with the Yi source code. In order to learn more about the code, I tried to implement a feature I missed from Emacs: file path shorthands, which means that in a file open minibuffer, it ignores everything before a double slash or a "/~". Should you like it, the patch