Evgkeni Sampelnikof
Evgkeni Sampelnikof
I can confirm this on the Linux VM I'm currently using. I'll double check on my other machine (on which I've developed the package).
Didn't work. Perhaps I was using emacs 23, or an older version of librsvg.
`M-x customize-group jit-lock` has some variables that might help. Ex. `jit-lock-defer-time`
Most likely the font you are using doesn't have that character. If you type `M-x customize-variable RET org-bullets-bullet-list`, it allows you to change the characters. You got them from [here](http://nadeausoftware.com/articles/2007/11/latency_friendly_customized_bullets_using_unicode_characters)
I'll keep this in mind, although I don't see any immediate solutions.
From project-explorer's side, you'd show the buffer with `(funcall pe/display-content-buffer-function (find-file-noselect file-name))`, and get the filename at point with `(pe/user-get-filename)`. If `peep-dired-display-file-other-window` was stored in a variable and not called...
`load-file-name` is for file-loading, and `buffer-file-name` for interactive evaluation. You usually need both.
IOW, you could just keep the full version ``` (concat "file://" (file-name-directory (or load-file-name buffer-file-name))) ```
I've tried 2 different Linux setups, without success. Apparently it's something that used to work in older versions of emacs or librsvg, and no longer does.
FWIW, you can still store images in separate files, you'll just have to include them manually.