password.el: A minor mode to hide sensitive information (passwords) using overlays.

2012-11-13 Thread Jürgen Hötzel
Warning: This is not a replacement for a real password manager. Emacs already provides an implementation of the Secret Service API (Gnome Keyring client): secrets.el But there may be situation when you have to deal with passwords in plain text files. You can further increase security by using

tramp-adb.el (Access Android devices filesystem using Emacs)

2011-05-08 Thread Jürgen Hötzel
Although The Android shell and file utilities are quite limited (missing commands like test or features like ls --dired), tramp- adb is already quite useful for me: https://github.com/juergenhoetzel/tramp-adb Any feedback/contribution appreciated Jürgen

babel.el 1.0

2009-05-29 Thread Jürgen Hötzel
;;; babel.el --- interface to web translation services such as Babelfish ;;; ;;; Git blob $Id: 0d9ffa59c8729dfbc407e175048af2ced458a30c $ ;;; ;;; Author: Eric Marsden emars...@laas.fr ;;; Juergen Hoetzel juer...@hoetzel.info ;;; Keywords: translation, web ;;; Copyright: (C) 1999-2001 Eric

Re: babel.el 1.0

2009-05-29 Thread Jürgen Hötzel
Hi Alan, On Sat, May 30, 2009 at 06:15:13AM +1000, Alan E. Davis wrote: Tagalog (Filipino) seems to be on the list, but is not available at any of the servers. Is there a plan to support Tagalog? Is there another translator beside the three listed, and how would one use it? Filipino is

babel.el 0.7

2008-11-09 Thread Jürgen Hötzel
I received a lot of feedback (including bug reports) after releasing 0.6. Thanks! This release should fix most issues. Major changes: - Increased chunk size for better performance - Error handling if no backend is available for translating - Support for all Google languages

[EMAIL PROTECTED]: install-elisp.el --- Simple Emacs Lisp installer using curl]

2007-07-25 Thread Jürgen Hötzel
On Wed, Jul 25, 2007 at 11:07:07PM +0900, [EMAIL PROTECTED] wrote: ;; To use this program, you must have curl, command-line HTTP client. GNU Emacs provides a builtin URL retrieval tool: Try 'url-retrieve. Jürgen ___ gnu-emacs-sources mailing list

codesearch.el 1.1 --- Search for free software source code via Google Code Search

2007-07-01 Thread Jürgen Hötzel
;;; codesearch.el --- search for free software source code on the ;;; Internet from within Emacs via Google Code Search ;; Copyright (C) 2007 Juergen Hoetzel ;; Author: Juergen Hoetzel [EMAIL PROTECTED] ;; Keywords: languages, tools, comm, docs ;; Version: 1.1 ;; This file is free software;

Re: codesearch.el 1.0 --- Search for code via Google Code Search

2007-07-01 Thread Jürgen Hötzel
On Fri, Jun 29, 2007 at 10:19:39AM +0200, Andreas Röhler wrote: Thanks for writing it! Here a bug report: `codesearch' fails with message: codesearch-re-escape: Wrong type argument: arrayp, nil if called over emtpy space. Thanks! This Bug is fixed in codesearch 1.1. Jürgen

Re: codesearch.el 1.0 --- Search for code via Google Code Search

2007-06-30 Thread Jürgen Hötzel
On Fri, Jun 29, 2007 at 11:03:10AM -0400, Stefan Monnier wrote: (defun codesearch-mode-to-lang (mode) map emacs mode to variable in Code Search querystring (list is far from complete). [...] How 'bout something like: (require 'cl) (defun codesearch-mode-to-lang (mode) Map

codesearch.el 1.0 --- Search for code via Google Code Search

2007-06-28 Thread Jürgen Hötzel
;;; codesearch.el --- allowing users to search for open-source code on ;;; the Internet from within Emacs via Google Code Search ;; Copyright (C) 2007 Juergen Hoetzel ;; Author: Juergen Hoetzel [EMAIL PROTECTED] ;; Keywords: languages, tools, comm, docs ;; Version: 1.0 ;; This file is free