[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Compatibility problem with emacs 24.1 / GDB 6.3.50?
From: |
Stefan Monnier |
Subject: |
Re: Compatibility problem with emacs 24.1 / GDB 6.3.50? |
Date: |
Thu, 14 Jun 2012 22:04:58 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) |
>> Brilliant, that appears to work the way I had hoped. Is there some way of
>> overriding the default location emacs checks for gdb permanently? It'll get
Emacs uses $PATH, like any other program, to find the `gdb' executable,
so just set your PATH accordingly. If you want a $PATH special in
Emacs, you can set `exec-path' instead.
Stefan