|
|
|
|   |
|
|
| Last week most active authors |
| No posts for a week |
|
|
|
  |
|
|
|
|   |
| Last active threads |
keybinding with shift key syntax. C-S-n vs C-N
Started Xah · Date: Sep 15, 2008 02:59 ·
5 post(s) |
when should a variable to quoted?
Started sunway · Date: Sep 13, 2008 02:11 ·
5 post(s) |
[9fans] patch/create problem (error?)
Started Antonin Vecera · Date: Sep 12, 2008 00:38 ·
6 post(s) |
/mnt/acme empty
Started prem · Date: Sep 9, 2008 01:56 ·
2 post(s) |
indenting keyword arguments so far
Started Tamas K Papp · Date: Sep 8, 2008 07:25 ·
6 post(s) |
Prevent Certain Contacts From Displaying In Address Book View
Started Crossword · Date: May 18, 2008 09:21 ·
24 post(s) |
Spreading the word
Started Robert Miller · Date: Sep 5, 2008 10:36 ·
7 post(s) |
BCM Database schema information
Started jersh74 · Date: Sep 3, 2008 17:19 ·
2 post(s) |
sql server 2005 install does not start
Started rony sweta · Date: Aug 29, 2008 11:08 ·
1 post(s) |
"Dynamic" Imenu
Started Eric · Date: Aug 21, 2008 08:21 ·
3 post(s) |
|
| Last week hot threads |
| No posts for a week |
|
|
|
|
  |
| Latest posts |
Re: keybinding with shift key syntax. C-S-n vs C-N
Group: gnu.emacs.help · Group Profile · Search for trying to write in gnu.emacs.help
Author: Xah
Date: Sep 17, 2008 15:51
...wrote: On Sep 15, 12:44 pm, Oleksandr Gavenko <gaven...@gmail.com> wrote: I try all write. Same behavior (GNU Emacs 22.1.1 (i386-mingw-nt5.1.2600) of 2007-06-...n and M-N. I might have miscommunicated. I try again: I want to define a keybinding with the Shift down.... --------------------- This seems to be a bug. i'm trying to set keybindings for both Ctrl+n and Ctrl+Shift+n,...
Show full article (2.45Kb) |
Re: keybinding with shift key syntax. C-S-n vs C-N
Group: gnu.emacs.help · Group Profile · Search for trying to write in gnu.emacs.help
Author: B. T. Raven
Date: Sep 17, 2008 08:52
...wrote: On Sep 15, 12:44 pm, Oleksandr Gavenko <gaven...@gmail.com> wrote: I try all write. Same behavior (GNU Emacs 22.1.1 (i386-mingw-nt5.1.2600) of 2007-06-...-n and M-N. I might have miscommunicated. I try again: I want to define a keybinding with the Shift down.... --------------------- This seems to be a bug. i'm trying to set keybindings for both Ctrl+n and Ctrl+Shift+n,...
Show full article (1.52Kb) |
Re: keybinding with shift key syntax. C-S-n vs C-N
Group: gnu.emacs.help · Group Profile · Search for trying to write in gnu.emacs.help
Author: Xah
Date: Sep 16, 2008 12:35
On Sep 15, 12:44 pm, Oleksandr Gavenko <gaven...@gmail.com> wrote: I try all write. Same behavior (GNU Emacs 22.1.1 (i386-mingw-nt5.1.2600) of 2007-06-02...for both M-n and M-N. I might have miscommunicated. I try again: I want to define a keybinding with the Shift down. ....org/ ☄ --------------------- This seems to be a bug. i'm trying to set keybindings for both Ctrl+n and Ctrl+Shift+n, ...
Show full article (1.21Kb) |
Re: keybinding with shift key syntax. C-S-n vs C-N
Group: gnu.emacs.help · Group Profile · Search for trying to write in gnu.emacs.help
Author: Oleksandr Gavenko
Date: Sep 15, 2008 12:44
I try all write. Same behavior (GNU Emacs 22.1.1 (i386-mingw-nt5.1.2600) of 2007-06-02 on RELEASE). (global-set-key (kbd "M-S-n") 'f1) do not define key binding, but (global-set-key (kbd "M-n") 'f2) do for both M-n and M-N. In my research I found that C-h k M-M take line M-k (_translated_ from M-K) runs the command kill-sentence while C-h k M-m M-m runs the command back-to-indentation.
Show full article (0.39Kb) |
Re: when should a variable to quoted?
Group: gnu.emacs.help · Group Profile · Search for trying to write in gnu.emacs.help
Author: sunway
Date: Sep 13, 2008 04:06
... feature.... On Sep 13, 5:38Â pm, p...@informatimago.com (Pascal J. Bourguignon) wrote: sunway <sunwayfore...@gmail.com> writes: (add-to-list 'll "a") (delete-dups ll) The variable "ll" needs be quoted... (delete 1 list)) Â list) prints: Â (2 2 3 3) returns: (1 1 2 2 3 3) We could try to write delete so it modifies the first cons cell: (defun smart-delete (item list) Â Â (let* ((first-cell list) Â Â ...
Show full article (3.74Kb) |
Re: when should a variable to quoted?
Group: gnu.emacs.help · Group Profile · Search for trying to write in gnu.emacs.help
Author: Pascal J. Bourguignon
Date: Sep 13, 2008 02:38
sunway <sunwayforever@gmail.com> writes: (add-to-list 'll "a") (delete-dups ll) The variable "ll" needs be quoted in add-to-list, while not quoted in ... 1 1 2 2 3 3))) (print (delete 1 list)) list) prints: (2 2 3 3) returns: (1 1 2 2 3 3) We could try to write delete so it modifies the first cons cell: (defun smart-delete (item list) (let* ((first-cell list) (head (cons nil list)) (list head))...
Show full article (3.21Kb) |
Re: [9fans] patch/create problem (error?)
Group: comp.os.plan9 · Group Profile · Search for trying to write in comp.os.plan9
Author: Antonin Vecera
Date: Sep 12, 2008 10:31
...the patch. I wait for about 10 minutes and nothing. But then I tried to copy a file from command line. If I copied an ...bit different. i'm assuming that reads from sources work fine. it's not until you try to write there that there's a problem. this sounds like a mtu problem. i have a similar ... think I used in my previous tests too specific (small) files. I will try to play with mtu and with your "cpmtu". Anyway, does 9P ...
Show full article (1.99Kb) |
Re: [9fans] patch/create problem (error?)
Group: comp.os.plan9 · Group Profile · Search for trying to write in comp.os.plan9
Author: erik quanstrom
Date: Sep 12, 2008 05:03
... I wait for about 10 minutes and nothing. But then I tried to copy a file from command line. If I copied...different. i'm assuming that reads from sources work fine. it's not until you try to write there that there's a problem. this sounds like a mtu problem. i have a...= read(fdf, buf, mtu); if(n <= 0) break; n1 = write(fdt, buf, n); if(n1 != n) { fprint(2, "cp: error writing %%s: %%r\n", to); failed = 1; rv = -1...
Show full article (4.66Kb) |
Re: [9fans] /mnt/acme empty
Group: comp.os.plan9 · Group Profile · Search for trying to write in comp.os.plan9
Author: erik quanstrom
Date: Sep 9, 2008 05:03
> Hi All, I was trying to write some acme scripts, but eventually found out /mnt/ acme is empty. do I need to do anything to get entries under /mnt/acme P.S: /mnt/acme is empty in both 9vx and VMWare'ed Plan9 were you checking from an acme window? /mnt/acme is not part of your login namespace so other windows won't see it. - erik
Show full article (0.35Kb) |
/mnt/acme empty
Group: comp.os.plan9 · Group Profile · Search for trying to write in comp.os.plan9
Author: prem
Date: Sep 9, 2008 01:56
Hi All, I was trying to write some acme scripts, but eventually found out /mnt/ acme is empty. do I need to do anything to get entries under /mnt/acme P.S: /mnt/acme is empty in both 9vx and VMWare'ed Plan9 /Prem
Show full article (0.21Kb) |
|
|
|