Sylvain Rousseau

Results 5 comments of Sylvain Rousseau

> yes there is: it affects the line length and hence wrapping behavior Indeed! But only for code chunks taken from plain python file. Do we want to have that...

The following works for me ```lisp (defun ctrlf-yank-word-or-char () (interactive) (let ((input (field-string (point-max))) yank) (when (or ctrlf--match-bounds (= (length input) 0)) (with-current-buffer (window-buffer (minibuffer-selected-window)) (setq yank (buffer-substring-no-properties (or (and...

I still have the problem with the MWE. This is really an escaping problem when calling the shell, backquotes are interpreted by the shell (bash for me). This might not...

For example, if you want to merge several documents and print them, a (eventual) blank page makes sure that a given sheet contains only one document and is not mixing...

@no1xsyzy A blank page is not always necessary nor desirable. I just don't want a document to start on an even page which might happen if the previous document ends...