Note that there are some explanatory texts on larger screens.

plurals
  1. USNikkiA
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COI've just checked, and you're right... but what I was basing my answer on was this comment from the elisp manual on text-properties (which I remembered after reading it just yesterday, to deal with text-properties in something I was doing): "Copying text between strings and buffers preserves the properties along with the characters; this includes such diverse functions as substring, insert, and buffer-substring." So, odd, conflicting information... I imagine the only option left is to iterate over the results with `get-text-property` and `set-text-property` - doesn't seem elegant though
      singulars
    2. COI strongly second the suggestion of checking out org-mode for TODO handling, and once you're used to it, you might also want to check out a sub-feature of org-mode called 'capture mode' which allows you to quickly enter TODO items (or other templated things) which are collected into a personal TODO file - although capture mode is a feature of the development version of org mode and won't be included by default just yet (it replaces a very very similar feature called remember mode though that IS in the bundled org-mode of emacs 23)
      singulars
    3. COI think the SSL support you need is the 'starttls' package mentioned here: http://www.gohome.org/wl/doc/wl_6.html You'll likely need a msys build of openssl installed, I believe one exists (distributed on the msys sourceforge files list), but I'm not 100% certain.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload