Daily blurbs Nov. 2014

Plans

daily blurbs


10 Nov 2014 (Mon)

07:32:42 # Life After upgrading psgml complains. Hangs forever starting up on psgml-html mode startup, and after breaking, 'tab' would error. Seems like trying to load HTML 4.01 transitional DTD makes this happen. I switched to HTML5 DTD and things were no longer broken. Hmmm...

  signal(cl-assertion-failed ((not (eq sgml-scratch-buffer (default-value (quote sgml-scratch-buffer))))))
  sgml-cleanup-entities()
  sgml-need-dtd()
  sgml-parse-to(1053)
  sgml-find-context-of(1053)
  byte-code("xxxx" [sgml-debug message "-- sgml-indent-line find context" sgml-find-context-of] 2)
  sgml-indent-line()
  sgml-indent-or-tab()
  call-interactively(sgml-indent-or-tab nil [9])
  mozc-fall-back-on-default-binding(tab)
  mozc-handle-event(tab)
  call-interactively(mozc-handle-event nil nil)
  command-execute(mozc-handle-event)
	

7 Nov 2014 (Fri)

06:43:27 # Life I was looking for a way to lock and reboot from gnome. And found out that those services are provided by GDM that lightdm didn't work.

4 Nov 2014 (Tue)

17:10:57 # Life emacs-gdb interfaces. emacs and gdb interfaces have evolved. I think -fullname option is old interface used by gud-gdb. I think there's also --annotate=3 which was used in emacs23. emacs24 M-x gdb uses -i=mi. Some things in M-x gdb annoy me but I'm not finding a good docuemntation on this matter. Hmm..

2 Nov 2014 (Sun)

17:35:50 # Life Already November? wow.


Junichi Uekawa