[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Pending operations won't execute



At Tue, 04 Nov 2014 15:44:14 +0800,
tb@ldwin.net wrote:
> 
> I get the error message:
> 
> Wrong type argument: stringp, nil

  I've sometimes seen this message when I've tried to open all threads
  ('[' key).  Cleaning up (in sledge-hammer mode) as follows has helped.
  YMMV, especially if the underlying cause is different.

  1. Quit WL (no need to quit Emacs)
  2. In a shell window, remove message and thread state:
     find ~/.elmo -type f -name '*cache*' -exec rm -i {} \;
     find ~/.elmo -type f -name '*thread*' -exec rm -i {} \;
  3. Restart WL and visit the troubled folder

  Niall