Update Tag Table messages

2005-03-02 Thread Joseph Shraibman
I am being driven mad by these "Update Tag Table" messages that semantic is giving me. Whenever this happens emacs freezes on me for a few seconds. How can I turn this off?

delayed actions in 2.2.8

2001-10-24 Thread Joseph Shraibman
Using jde 2.2.8 I'm noticing that after I do a M-x compile the compilation buffer isn't fontified right away like it was under 2.2.5. I have to click on the buffer or do some other action such as doing a C-x C-f for it to fontify itself. -- Joseph Shraibman [EMAIL PROTECTED

untabify and jde

2001-10-17 Thread Joseph Shraibman
\\.[ch]\\'" . pgsql-c-mode) auto-mode-alist)) (setq auto-mode-alist (cons '("\\(postgres\\|pgsql\\).*\\.cc\\'" . pgsql-c-mode) auto-mode-alist)) (defun pgsql-c-mode () ;; sets up formatting for Postgres C code (interactive) (c-mode) (setq-default tab-width 4) (c-se