Editor Can';t在Plan 9 acme中创建文件

Editor Can';t在Plan 9 acme中创建文件,editor,plan-9,Editor,Plan 9,我正在VirtualBox中运行Plan 9操作系统。主机操作系统是Fedora14 当我运行acmehello.c时,出现一个错误,提示: can't open hello.c:'hello.c' file does not exist 我遵循此指南。作为一种快速解决方法,您应该能够创建文件,然后对其进行编辑: term% touch hello.c term% acme hello.c 在我的系统上运行良好。要在Acme中创建新文件,请执行以下操作: 用鼠标中键单击任意列顶部的New命令

我正在VirtualBox中运行Plan 9操作系统。主机操作系统是Fedora14

当我运行
acmehello.c
时,出现一个错误,提示:

can't open hello.c:'hello.c' file does not exist

我遵循此指南。

作为一种快速解决方法,您应该能够创建文件,然后对其进行编辑:

term% touch hello.c
term% acme hello.c

在我的系统上运行良好。

要在Acme中创建新文件,请执行以下操作:

  • 用鼠标中键单击任意列顶部的
    New
    命令
  • 在新窗口中创建标记,即只需在新窗口的左上角写入文件名
  • 用鼠标中键单击新窗口顶部的
    Put
    命令
  • 触摸hello.c
  • 使用鼠标中键标记
    触摸hello.c
    ,即将鼠标指针移动到短语的正前方,按住鼠标中键,将鼠标移动到短语的末尾,然后松开按钮
  • 用鼠标右键单击hello.c
  • 要在Acme中打开现有文件,请执行以下操作:

  • 在任意位置写入文件名,然后用鼠标右键单击
  • 一旦你掌握了一些基本的想法,Acme是非常直观的