Description:
GNU Emacs bug reports and suggested fixes.
|
|
|
bug#14455: 24.3.50; semantic-symref + cscope is problematic
|
| |
STEP 1: Create cscope xref
======
$ cd ~/src/emacs/trunk/src (This is a Bzr checkout)
$ find . -name '*.[ch]' > cscope.files
$ cscope -b
$ ls -al cscope.*
-rw-r--r-- 1 kjambunathan kjambunathan 2159 May 24 00:20 cscope.files
-rw-r--r-- 1 kjambunathan kjambunathan 8346136 May 24 00:20 cscope.out... more »
|
|
bug#14454: 24.3.50; Creating "ede-emacs" project
|
| |
See (info "(ede) Simple projects")
I was trying to create a Simple project `ede-emacs' as below. This is
what I get.
emacs -Q
Tools->Project Support(EDE)-> ON
Tools->Source Code Parsers(Semantic)-> ON
M-x toggle-debug-on-error
C-x C-f ~/src/emacs/trunk/ (This is Bzr checkout)... more »
|
|
bug#14452: 24.3.50; Modeline for semantic modes/submodes
|
| |
I was at a loss to find out what symref tool - [C-c , g] etc - semantic
has detected. Atlast I ended up with
M-: (semantic-symref-calculate-roo tdir)
M-: (semantic-symref-detect-symref -tool)
When a buffer has semantic-mode or any of the submodes active, the
modeline or the header line should provide some sort of feedback on some... more »
|
|
bug#14451: 24.3.50; ede.info, bovine.info has no index entries
|
| |
Typing `i' while in ede manual ends with Info-goto-index: No index
Atleast the commands and variables needs be indexed.
Same problem exists for bovine.info.
In GNU Emacs 24.3.50.1 (i686-pc-linux-gnu, GTK+ Version 2.20.1)
of 2013-05-20 on debian-6.05
Bzr revision: 112643 mituh...@math.s.chiba-u.ac.jp- 20130520031520-pq1c1qjertan94k q... more »
|
|
bug#14378:
|
| |
This fixes the magit bug: [link]
Might be useful in diagnosing / fixing the underlying Emacs bug.
-- williamjohnbert.com | github.com/sandinmyjoints | doread.me |
callandresponsedc.org | twitter.com/williamjohnbert
|
|
bug#14448: Wrong indentation in comment lines for F90 mode?
|
| |
Start Emacs with
$ emacs -Q &
then "C-x C-f foo.f90". Now type "!" to start a comment line and then type M-j to produce other comment lines. The result is as follow:
!
!
!
!
!
from the second line, the comment is indented. Repeating the same steps for a C++ mode file, "C-x C-f foo.cpp", the result is... more »
|
|
bug#14447: tramp-gvfs.el and xesam.el sometime fail to load
|
| |
Package: emacs
Version: 24.3
I ssh'd into a remote machine where I had a graphical session running.
Now:
emacs -Q -nw -l xesam
emacs -Q -nw -l tramp-gvfs
both fail to load the associated library with error message:
D-Bus error: "No connection to bus", :session
Debugger entered--Lisp error: (dbus-error "No connection to bus" :session)... more »
|
|
|