Something wrong with Emacs shell

You can use AnsiTerm which does support colors or you can enable AnsiColor for the normal shell: (autoload ‘ansi-color-for-comint-mode-on “ansi-color” nil t) (add-hook ‘shell-mode-hook ‘ansi-color-for-comint-mode-on)

Highlight buffer modifications

As of Emacs 22.1 (at least), ‘save-buffers-kill-emacs (the default binding for C-x C-c) prompts you for each unsaved buffer that has a file. Type a d when prompted to save and see the diff. From the help documentation: Save some modified file-visiting buffers. Asks user about each one. You can answer `y’ to save, `n’ … Read more

wrong type argument: stringp, nil

You’ll need to provide more information to be sure. Try setting (setq debug-on-error t) which will give you a stack trace showing what function is complaining about the string being nil. My guess is that buffer-file-name is returning nil, and that’s where the problem lies (not all buffers have file names). Check out the debugging … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)