Re: column-overflow-mode

2013-12-25 Thread Óscar Fuentes
Dmitry Gutov writes: >> For me the above highlights all text on the line starting with the 80th >> character. Leo's mode highlights just the 80th character. IMO the later >> is more pleasant to the eye. > > Note `lines-tail' in `whitespace-style', instead of just `lines'. > > This makes it only h

Re: column-overflow-mode

2013-12-25 Thread Óscar Fuentes
isachin writes: > (require 'whitespace) > (setq whitespace-line-column 80) ;; limit line length > (setq whitespace-style '(face lines-tail)) > (add-hook 'prog-mode-hook 'whitespace-mode) > (global-whitespace-mode +1) > > will do the trick. For me the above highlights all text on the line startin

Re: easy-kill: drop-in replacement for kill-ring-save

2013-10-10 Thread Óscar Fuentes
Richard Stallman writes: > I don't know > if it is required for creating a new account, though. > > Could someone try that? Just tried. Yes, it is possible to create a new account on github.com with Javascript disabled. P.S.: thanks for the correction. _

Re: easy-kill: drop-in replacement for kill-ring-save

2013-10-09 Thread Óscar Fuentes
Richard Stallman writes: > This mailing list is too slow for discussion. Could you comment on this > github issue instead? > > https://github.com/leoliu/easy-kill/issues/3 > > Wait a minute! There is an ethical issue we need to check! > > Is it possible to participate in that discuss

Re: jump-to-register with preview

2013-10-03 Thread Óscar Fuentes
Hello Leo, Leo Liu writes: > A small package to let you easily jump to registers by showing register > preview. See screenshot http://i.imgur.com/aF4brgv.png This looks like a good addition to integrate into Emacs' register.el. Also it would be handy to pop up the window with the defined regis

Re: wide-edit.el for gnu emacs?

2012-06-21 Thread Óscar Fuentes
the grue writes: > Hello, > > some time ago, I was using the really nice "wide-edit.el" as a very > practical renaming tool. Unfortunately, it doesn't work anymore with > emacs23 or later: > > http://www.emacsforum.dk/JesperPedersen/handout/wide-edit.el > > When I start wide-edit-mode, I get this

Re: BBDB or BADB (born again database)

2010-05-19 Thread Óscar Fuentes
joa...@verona.se writes: > On a sidenote, did you look at addressbook.el ? > It is work in progress, but the interesting thing is that the author is > positive about inclusion in emacs, and that it uses standard vcards for > contact information. addressbook.el has been work in progress for the la

Re: Remember 2.0 released

2008-04-18 Thread Óscar Fuentes
Uwe Brauer <[EMAIL PROTECTED]> writes: >> I am pleased to announce the release of Remember 2.0. > > There is already a package called remember.el by > ;;; remember.el --- a mode for quickly jotting down things to remember > ;; Copyright (C) 1999, 2000, 2001 John Wiegley > > May be you could u

dntw.el --- Deletes trailing whitespace from changed lines.

2008-02-19 Thread Óscar Fuentes
Version 0.2. Fixed support for appended lines. Fixed support for multiple changes on the diff. Avoids repeating buffer names on the final message. ;;; dntw.el --- Deletes trailing whitespace from changed lines. ;; Copyright (C) 2008 by Óscar Fuentes ;; Author: Óscar Fuentes, <[EM

dntw.el --- Deletes trailing whitespace from changed lines.

2008-02-11 Thread Óscar Fuentes
;;; dntw.el --- Deletes trailing whitespace from changed lines. ;; Copyright (C) 2008 by Óscar Fuentes ;; Author: Óscar Fuentes, <[EMAIL PROTECTED]> ;; dntw.el is free software; you can redistribute it ;; and/or modify it under the terms of the GNU General Public License ;; as published