Skip to content

Instantly share code, notes, and snippets.

View nyameko's full-sized avatar

Nyameko Lisa nyameko

  • CSIR: National Laser Center
  • Cape Town, South Africa
View GitHub Profile
$ conkeror -q
Console error: [JavaScript Warning: "Warning: ‘nsIOService::NewChannel()’ deprecated, please use ‘nsIOService::NewChannel2()’" {file: "chrome://conkeror/content/utils.js" line: 553}]
Category: Security by Default
Console error: [JavaScript Error: "1481530920775 Toolkit.Telemetry ERROR TelemetryEnvironment::EnvironmentCache - error while initializing: [Exception... "Component returned failure code: 0x80520012 (NS_ERROR_FILE_NOT_FOUND) [nsIXPCComponents_Utils.import]" nsresult: "0x80520012 (NS_ERROR_FILE_NOT_FOUND)" location: "JS frame :: resource://gre/modules/XPCOMUtils.jsm :: XPCU_moduleLambda :: line 273" data: no] Stack trace: XPCU_moduleLambda()@resource://gre/modules/XPCOMUtils.jsm:273 < XPCU_defineLazyGetter/<.get()@resource://gre/modules/XPCOMUtils.jsm:198 < EnvironmentCache.prototype._updateAttribution<()@resource://gre/modules/TelemetryEnvironment.jsm:1193 < TaskImpl_run()@resource://gre/modules/Task.jsm:319 < TaskImpl()@resource://gre/modules/Task.jsm:280 < createAsyncFunction/asy
require("xkcd");
xkcd_add_title = true;
dumpln("hello, world!");
// proxy_server_default = "proxy.name.com";
// proxy_port_default = 80;
user_pref("javascript.options.showInConsole", false);
user_pref("devtools.errorconsole.deprecation_warnings", false);
(erc :variables
erc-autojoin-channels-alist
'((".*\\.freenode.net" "#emacs" "#archlinux" "#linux" "#spacemacs"))
erc-track-exclude-types
'(("JOIN" "NICK" "PART" "QUIT" "MODE"
"324" "329" "332" "333" "353" "477"))
erc-hide-list
'(("JOIN" "PART" "QUIT" "NICK"))
erc-scrolltobotton-mode t
erc-spelling-mode t

Entered on: [2017-01-10 Tue 10:55]

Error during redisplay: (eval (number-to-string (pdf-cache-number-of-pages))) signaled (file-error "Setting current directory" "Permission denied" "~")
(use-package elisp
:bind (("C-x b" . ibuffer)
("C-x C-b" . helm-buffers-list)
("C-<f7>" . compile) ;; Redefined under C/C++
("C-<f8>" . gdb)))
(defun my/insert-lod ()
"Sigh... I really expected more from you."
(interactive)
(insert "ಠ_ಠ"))
(eval-after-load 'org-ref
`(progn
(define-key org-mode-map (kbd "M-m m i n") 'org-ref-helm-insert-label-link) ;; working
(define-key org-mode-map (kbd "C-M-m n") 'org-ref-helm-insert-label-link) ;; not-working, and throws filemode specification error
(define-key org-mode-map (kbd "M-m m i r") 'org-ref-helm-insert-label-link) ;; working
(define-key spacemacs-org-mode-map (kbd "C-M-m i r") 'org-ref-helm-insert-label-link))) ;; not-working