Priyadarshan

Results 79 comments of Priyadarshan

Reading carefully all the examples, I realised that one needs to double up the backslashes. I knew that was the case with elisp, but I thought `pcre2el` was meant to...

> The same course(see previous reply), if we need a real PCRE, we need a new > presentation which can skip emacs lisp literal strings representation. I think. Yes, that's...

I love `pcre-mode` too, in fact, I am addicted to it. I believe the maintainer of `ample-regex` was talking about it on reddit: http://www.reddit.com/r/emacs/comments/28ybi6/ampleregexps_compose_and_reuse_emacs_regular/ It would be really nice if...

I would also find `printf` functionality quite useful and pertaining to fd's direct domain. A use-case: Sometimes we need to sanitize filenames to port them from one platform to another....

Hello, I am experiencing a similar issue with LispWorks 7.1.1 on Windows 10: ``` (ql:quickload :cl-charms) To load "cl-charms": Load 4 ASDF systems: alexandria asdf cffi cffi-grovel Install 1 Quicklisp...

Thank you, `CC` was missing. I set the `CC` env variable to my local `gcc` exe, but still having compilation issues. I'm sorry I can't help much here side, I...

Thank you. Trying on Windows was adding an extra layer, so I tried on Ubuntu 18.04, still with compilation errors. `libncurses5` shared libraries for terminal handling are installed and available...

Still trying to have `cl-charms` on LispWorks for Windows. It seems [lem](https://github.com/cxxxr/lem) uses cl-charms library to interface with PDCurses, although [it requires an older version of PDCurses.](https://github.com/msys2/MINGW-packages/issues/5994)

I am experiencing same warning using LispWorks 7.1.1 on Windows 10: ``` Ignoring type declaration with illegal type (SIMPLE-INT32-VECTOR 256) ```

Hello, yes, normal search unfolds headings. You could try with this minimal example (within org-mode): ``` * Heading 1 :sysadmin: :PROPERTIES: :CUSTOM_ID: freebsd_10_3847 :END Lorem ipsum dolor sit amet, consectetuer...