Re: saving links and images

2010-03-13 Thread Michael Elkins
On Sat, Mar 13, 2010 at 04:24:36PM -0800, Gerhard Magnus wrote: > I'm running a fully updated FC11 with the gnome desktop and Firefox > 3.5.8. Recently, the right mouse buttons for "Save link as..." and "Save > link as..." have stopped working; i.e. nothing happens instead of my > getting the usual

Re: Directory permissions

2010-03-12 Thread Michael Elkins
On Fri, Mar 12, 2010 at 09:05:22PM +, Steve Searle wrote: > (cha...@gadwall:~)$ groups champs > champs : champs webeditors > (cha...@gadwall:~)$ ls -lhd /var/www/lamprey/champs > drwxrwsr-t 2 steve webeditors 4.0K Mar 12 20:42 /var/www/lamprey/champs > (cha...@gadwall:~)$ touch /var/www/lampre

Re: readline + binding; still frustrated after 4 yrs of trying --[SOLVED]

2010-03-12 Thread Michael Elkins
On Thu, Mar 11, 2010 at 10:12:59PM -0500, William Case wrote: > However, and perhaps defensively, I have to blame the bash manual > description for my difficulties. Nowhere is there a suggestion that \e > might be substituted for \M, if \M (Alt) isn't working as the Meta key. > \M (Alt) does work

Re: readline + binding; still frustrated after 4 yrs of trying

2010-03-11 Thread Michael Elkins
On Thu, Mar 11, 2010 at 08:15:43PM -0500, William Case wrote: > Now the question is, how do I set it up in my .inputrc? Just try "\e > \C-b": backward-word ? Or \e^B ? Just put the following line in your ~/.inputrc: "\e\C-b": backward-word The man page says the colon *must not* have a space aft

Re: readline + binding; still frustrated after 4 yrs of trying

2010-03-11 Thread Michael Elkins
On Thu, Mar 11, 2010 at 07:18:28PM -0500, William Case wrote: > ]$ bind "\e\C-b": backward-word > > Tried it on a several word command line from History. No motion. Because of the peculiarities of shell quoting, you need to quote the key sequence inside single quotes because the double quotes ar

Re: readline + binding; still frustrated after 4 yrs of trying

2010-03-11 Thread Michael Elkins
On Thu, Mar 11, 2010 at 07:02:20PM -0500, William Case wrote: > On Thu, 2010-03-11 at 18:41 -0500, William Case wrote: > > On Thu, 2010-03-11 at 12:58 -0800, Michael Elkins wrote: > > > You can verify what your own setup does by pressing ^V (or just use cat) > > > and

Re: readline + binding; still frustrated after 4 yrs of trying

2010-03-11 Thread Michael Elkins
On Thu, Mar 11, 2010 at 01:37:29PM -0500, William Case wrote: > "\M-\C-b": backward-word > "\M-\C-f": forward-word > As I say, I have tried several different versions e.g "\M-\C-b": and > "\M-\C-f: but nothing works. Even after using C-xC-r or rebooting. (I > am familiar with emacs bindin