robot-mode icon indicating copy to clipboard operation
robot-mode copied to clipboard

Emacs for the robot framework

Results 9 robot-mode issues
Sort by recently updated
recently updated
newest added

and it appears somebody else already did the markup. So, this worked around the problem: ``` (use-package robot-mode :mode "\\.robot\\'" :quelpa (robot-mode ;; :url "https://raw.githubusercontent.com/sakari/robot-mode/master/robot-mode.el" ;; sad, it's not a...

If I load a robot file and try to indent a line using TAB key or explicitly call robot-mode-indent-line, Iine is indent using one space instead of 4 space as...

Hi, Do you take pull requests? Here are some improvements, mostly related to syntax highlight and completion.

Since .txt file can be any text file not only a robot file, it is better to replace this comment statement @http://code.google.com/p/robot-mode/source/browse/trunk/robot-mode.el?r=31 --- ln 8. (add-to-list 'auto-mode-alist '("\.txt\'" . robot-mode))...

Hi, I noticed that in my Emacs (24.3.1, cc-mode 5.33), the robot-indent function wouldn't work right because `c-basic-offset` returns the symbol `'set-from-style`. I didn't find a fix anywhere that provided...

Previously robot-indent() assumed c-basic-offset is always set to an integer. A possible value for it is also the symbol 'set-from-style and it caused all ENTER and TAB key presses to...

When I call tags.sh from within Cygwin shell I get the following error: etags: Unknown option: --regex Any ideas what i doing wrong. In case it's not an issue, I'm...

Adds provide call so that we can require robot-mode. Especially handy when used with emacs-live or other packaging systems.

Can't index correctly keywords with parameters embedded in name: 1. cd into project dir 2. run tag.sh - TAGS file created 3. enter emacs, opened a robot file 4. Set...