Jorge Araya Navarro

Results 175 comments of Jorge Araya Navarro

I'm using `GNU Emacs 25.3.1 (x86_64-w64-mingw32) of 2017-09-17` installed via Emacs Powerpack ( https://gitlab.com/vancan1ty/emacs_powerpack ) I have reported this problem on Emacs Stackexchange with hopes of getting a clue or...

With: ``` (dolist (font (font-family-list)) (insert (format ";; %s\n" font))) ``` I report the following installed fonts, all-the-icons font is almost at the end of the list: ``` ;; System...

Setting the font with: `(set-face-attribute 'default nil :font "Source Code Pro-12:antialias=natural")` The issue is still there: ![imagen](https://user-images.githubusercontent.com/1055216/38328408-1dbb6588-3808-11e8-920a-11f7b5622029.png)

Using emacs from MSYS2, installed just as you installed it on your machine improves the font display but the issue remains with all-the-icons ![imagen](https://user-images.githubusercontent.com/1055216/38330172-1d735e5a-380d-11e8-84d4-33c394d71ca0.png) The following is the list of...

In the following screenshot, the font display got improvements by using MSYS2's Emacs ![imagen](https://user-images.githubusercontent.com/1055216/38330357-98e435fa-380d-11e8-9d41-2b2d5ccfbec5.png) Basically, Symbola is correctly set: ![imagen](https://user-images.githubusercontent.com/1055216/38330498-09390a1a-380e-11e8-817e-b4d6156a96d4.png) But something like: ``` (insert (propertize (format " %s" (all-the-icons-faicon...

According to package.el is the version 20180409.902 from Melpa inestable. Is weird you cannot reproduce the issue of `rjsx-delete-creates-full-tag`. Felipe writes: > What version of `rjsx` are you using? I...

I'm not getting the close tag when deleting the `/` with C-d

Sure: ``` import React, { Component } from 'react'; import './App.css'; class App extends Component { constructor() { super(); this.state = { inputValue: "hola mundo" }; this.onChange = this.onChange.bind(this); }...