Artur Malabarba

Results 29 issues of Artur Malabarba

In one of my lisp files I had a line like `(defcustom name ?\`, which basically sets the space char as the initial value of the variable. After turning on...

Lately, I've been trying out `prettify-symbols-mode` in latex files, but an odd thing occurs. If I have the following buffer contents: > Let $\beta=1$ \begin It will be displayed like...

The debugger simply fails if used in ClojureScript code, it would be nice for it to work. Here's a list of things to achieve that. If anyone can help with...

feature request
help wanted
ClojureScript
debugger
high priority

When the user hovers the mouse pointer over a symbol, we could show info such as 1. relevant metadata, 2. Is it a local, a Var from this namespace, or...

feature request
help wanted
good first issue

If you have the files ``` (ns website.views.analyse-repo (:require [hiccup.core :as h])) (defn index [name] (h/h name)) ``` and ``` (ns website.views.layout (:require [hiccup.page :as h])) (defn other-func [] (h/html5...

enhancement

The same is probably true of other commands. If I invoke `ar`, start typing a namespace name, and then change my mind, `C-g` doesn't behave as expected. I would expect...

enhancement

See http://tex.stackexchange.com/q/67742/1074 And compare it to `(sx-display-question (sx-question-get-question "tex" 67742))`.

bug

Just like the help buffer has a back button, we would have that for questions. It's annoying to click on a link and lose the question you were reading. Alternatively,...

enhancement
ready

Sx should define a toolbar and a menubar for each of its major modes. This never occurred to me before because I just disable both, but a lot of people...

enhancement
ready
help wanted

The following question has a space in front of each list item, but the space does not show up in SX for the first item. http://emacs.stackexchange.com/q/10842/50