emacs 23 and 24 on osx: why does aquamacs-kill-word sometimes delete to end of line? -


this doesn't happen if start aquamacs without customizations. stepping through debugger first see transient-mark-mode true. set nil in .emacs file, , prefer if stayed nil, other code sets non-false value, causing kill region rather kill word.

sometimes opt-d or opt-backspace deletes word, goes end or start of line respectively. comment out transient-mark-mode stuff out of code, i'd prefer either hook customize it, or way of globally saying never want region deleted unless select mark , point old-fashioned way , use kill-region delete it, or it's highlighted , can use cua-style way delete it.

problem solved moving aquamacs emacsformacosx


Comments

Popular posts from this blog

Delphi XE2 Indy10 udp client-server interchange using SendBuffer-ReceiveBuffer -

Qt ActiveX WMI QAxBase::dynamicCallHelper: ItemIndex(int): No such property in -

Enable autocomplete or intellisense in Atom editor for PHP -