Filipe Silva

Results 182 comments of Filipe Silva

The retina `test` font is working on cygwin though.

@yea107, were you able to use the function above to create a cursor in each visually selected line?

@quicknir, I think that function is not working well. `gI` gives me `>: Symbol’s function definition is void: last-column`. `gA` gives me `evil--mc-make-cursor-at-col-append: Wrong type argument: wholenump, -1`

for the record, @quicknir, this function you've wrote here: ```elisp (defun column-number-at-pos (pos) (save-excursion (goto-char pos) (current-column))) (defun make-vertical-cursors (p1 p2) "makes vertical cursors" (interactive "r") (evil-mc-pause-cursors) (let ((start-row (line-number-at-pos...

Hum, actually, @noctuid's function works exactly like I just described. my journey is complete. I've completely migrated my vim configuration. @noctuid you are my hero. ```elisp (defun evil--mc-make-cursor-at-col (startcol _endcol...

Here's the full working scope for completeness: ```elisp (use-package evil-mc :ensure t :config (global-evil-mc-mode 1) (defun evil--mc-make-cursor-at-col (startcol _endcol orig-line) (move-to-column startcol) (unless (= (line-number-at-pos) orig-line) (evil-mc-make-cursor-here))) (defun evil-mc-make-vertical-cursors (beg...

@quicknir, this last function of your's is working nicely. Thanks! but sometimes, it creates an extra cursor after the last line that I've just selected. Are you seeing this also?

@rubenskuhl , pode expandir a explicação do que seria "um pix sinalizado via API por ter txid"?

Funciona mais como uma devolução normal, mas há duas diferenças: 1) É o próprio PSP que cria uma devolução e "inventa" o id da devolução, e não o usuário recebedor....