From mboxrd@z Thu Jan 1 00:00:00 1970 From: areiner at tph.tuwien.ac.at (Albert Reiner) Date: 08 Oct 2012 09:19:56 +0200 Subject: [Howm-eng 104] Re: synchronizing howm notes over several computers In-Reply-To: <87sj9tghu9.wl@id.domain> References: <86obkyigpr.fsf@willehalm.reiner> <0E294F35-CBD8-4703-867B-E3ED42E5F31B@gmail.com> <86fw69krc6.fsf@willehalm.reiner> <87bogxufc6.wl@id.domain> <86haqjvmcb.fsf@willehalm.reiner> <87sj9tghu9.wl@id.domain> Message-ID: <86y5jhv3ab.fsf@willehalm.reiner> Hi, sorry for the delay: [khi at users.sourceforge.jp, Fri, 05 Oct 2012 22:37:50 +0900]: > Would you tell me the steps to reproduce this problem? > I couldn't observe the message > "find-file-noselect: File ~/.howm-keys no longer exists!" > in a brief trial. very simple: $ emacs -q --- do not load ~/.emacs etc. evaluate just my howm-specific settings in ~/.emacs: (setq howm-directory "~/.howm/" howm-list-recent-days 10 howm-menu-schedule-days 20 howm-menu-schedule-days-before 7) (add-to-list 'load-path "/usr/share/emacs/site-lisp/howm/") (require 'howm) C-c , , --- show howm menu q --- quit howm menu $ rm ~/.howm-keys C-c , , --- attempt to display howm menu again ---> "File ~/.howm-keys no longer exists!" HTH, Albert.