Re: [Fish-users] Word expansion modifiers

2013-11-30 Thread David Adam
On Sun, 24 Nov 2013, Andrew Stevenson wrote: > I am wondering what the fish equivalent of tcsh's (and other shells) > word expansion modifiers? By word expansion modifiers I am talking about > the ability to do things like: > > set version 5.9 > set major $version:r > set minor $version:e > set

Re: [Fish-users] Predefined directories where fish should look for directories and files to auto complete

2013-11-30 Thread David Adam
On Fri, 29 Nov 2013, Marcin Zajączkowski wrote: > I wonder how would it be possible to implement following case in fish. > > When I put pendrive into an USB port it is automatically mounted as > /run/media/mylogin/DISK-LABEL-OF-SERIAL-NUMBER. I would like to tell > fish to suggest and auto compl

[Fish-users] Debugging in Xcode

2013-11-30 Thread Andrew Stevenson
Hello, Are there any instructions about debugging fish with Xcode? There is already a project file so I’m assuming there is a way to make this easy. It builds OK but running the resulting binary I get: Standard input: fishd ^ /tmp/fishd.log.andrew ^ fish: Could not connect to u

Re: [Fish-users] Need inputs on issue #1108

2013-11-30 Thread Mandeep Sandhu
Anyone had a chance to look at this? It's blocking a fish completion I was working on (git stash). -mandeep On Thu, Nov 14, 2013 at 10:39 AM, Mandeep Sandhu wrote: > Hi All, > > While working on git completions for the stash sub-command (issue > #1102) I came across a 'possible' bug in the way

Re: [Fish-users] difference between bash and fish when installing emacs with homebrew

2013-11-30 Thread Andrew Stevenson
I don't see anything obviously wrong but there seems to be 2 likely possibilities. Either the code somehow assumes the users shell is Bourne like - a terrible assumption that presumably breaks under tcsh et al as well - or it is relying on something in your environment that happens to be differe

[Fish-users] difference between bash and fish when installing emacs with homebrew

2013-11-30 Thread Alan Schmitt
Hello, I found out that if I install emacs using homebrew under fish, I don't have the info files present. However, if I install using bash, the info files are there. Here is the code that is run to install these files (I built using "verbose" to see what would be executed): #+BEGIN_SRC sh umask