All public logs

Jump to navigation Jump to search

Combined display of all available logs of Traxel Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 16:20, 28 August 2023 RobertBushman talk contribs created page Emacs (Created page with "Category:Hacking = Yank from Primary Selection = In Linux, the "highlight" buffer is called the Primary Selection. <syntaxhighlight lang="lisp"> (defun yank-primary-selection () (interactive) (insert (x-get-selection 'PRIMARY))) (global-set-key (kbd "M-y") 'yank-primary-selection) </syntaxhighlight>")